diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29045d87..219343ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: googleapis/release-please-action@v4 + - uses: googleapis/release-please-action@v3 id: release with: command: manifest diff --git a/renovate.json b/renovate.json index 6c501126..cc64ddd3 100644 --- a/renovate.json +++ b/renovate.json @@ -1,30 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" - ], - "semanticCommits": "enabled", + "github>open-feature/community-tooling" + ] "pep621": { "enabled": true }, "pre-commit": { "enabled": true - }, - "packageRules": [ - { - "description": "Automerge non-major updates", - "matchUpdateTypes": [ - "minor", - "patch" - ], - "matchCurrentVersion": "!/^0/", - "automerge": true - }, - { - "matchManagers": [ - "github-actions" - ], - "automerge": true - } - ] + } }