diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index e0137549..6e2f46ab 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -5,6 +5,6 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@main + - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/renovate.json b/renovate.json index 078ebde1..70ca6ac8 100644 --- a/renovate.json +++ b/renovate.json @@ -6,8 +6,7 @@ "packageRules": [ { "matchDatasources": ["hex"], - "matchUpdateTypes": ["patch", "pin", "digest"], - "automerge": true, + "matchUpdateTypes": ["minor", "patch", "pin", "digest"], "addLabels": ["skip-changelog"] } ]