Open
Conversation
Comment on lines
+15
to
+25
| runs-on: ubuntu-24.04 | ||
| environment: security | ||
| steps: | ||
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 | ||
|
|
||
| - name: Run renovatebot | ||
| uses: ConsenSys/github-actions/renovatebot@0dbddeeb180c249e624dc1681c67f22325daedd5 # main | ||
| with: | ||
| GH_APP_ID: ${{ secrets.GH_APP_ID }} | ||
| GH_PRIVATE_KEY: ${{ secrets.GH_PRIVATE_KEY }} | ||
| GH_REPOSITORY: ${{ github.repository }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
group PRs and cut down on the volume of prs from dependabot
Note
Low Risk
Low risk because changes are limited to repository automation/config files (Dependabot/Renovate/Codeowners) and do not affect application runtime behavior. Main risk is misconfiguration causing missed or noisy dependency update PRs.
Overview
Adds automated dependency update tooling via Dependabot and Renovate.
Introduces
.github/dependabot.ymlto run weekly Gradle updates with a 7-day cooldown, grouped into a single PR, capped at 5 open PRs, and labeleddependencies. Adds a scheduled.github/workflows/renovatebot.ymlplusrenovate.jsonto run Renovate for GitHub Actions only, pin action digests, enforce a 7-day minimum release age, and group updates.Updates
CODEOWNERSto assign default ownership to@consensys/protocolsand add owners for.github/workflows/.Reviewed by Cursor Bugbot for commit d0373c9. Bugbot is set up for automated code reviews on this repo. Configure here.