Skip to content

Commit

Permalink
chore: Configure Renovate (#45)
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 but security updates

---------

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 committed Apr 30, 2024
1 parent 4d3cb00 commit cfd637f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$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", "npm", "html", "github-actions", "pip_requirements"],
"matchPackagePatterns": ["*"],
"separateMajorMinor": false
}
],
"vulnerabilityAlerts": {
"enabled": true
}
}

0 comments on commit cfd637f

Please sign in to comment.