Skip to content

Commit

Permalink
chore: Configure Renovate (#2217)
Browse files Browse the repository at this point in the history
* Add renovate.json

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* renovate: disable all updates but security

* Move renavate config to .github/

* Group github actions upgrades

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paul Lange <[email protected]>
  • Loading branch information
renovate[bot] and palango authored Jan 22, 2024
1 parent 346c5b3 commit 46de0db
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>celo-org/.github:renovate-config"
],
"packageRules": [
{
"enabled": false,
"groupName": "everything",
"matchManagers": ["gomod", "dockerfile", "docker-compose"],
"matchPackagePatterns": ["*"],
"separateMajorMinor": false
},
{
"groupName": "github-actions",
"matchManagers": ["github-actions"],
"matchPackagePatterns": ["*"],
"separateMajorMinor": false
}
],
"vulnerabilityAlerts": {
"enabled": true
}
}

0 comments on commit 46de0db

Please sign in to comment.