Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
chore: enable digest pinning and major updates in dockerfiles; attemp…
Browse files Browse the repository at this point in the history
…t to split go and docker into separate updates (different branch prefixes) (#225)

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Feb 22, 2024
1 parent e832805 commit cfb15d6
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
{
"extends": [
"config:js-app",
"config:best-practices",
":gitSignOff",
":rebaseStalePrs",
"docker:pinDigests",
"docker:enableMajor",
"group:allNonMajor",
"group:linters",
"group:test"
],
"constraints": {
"go": "1.20"
}
},
"docker": {
"branchPrefix": "docker-",
"digest": {
"enabled": true
}
},
"go": {
"branchPrefix": "go-"
},
"packageRules": [
{ "matchDatasources": ["docker"] },
{ "matchDatasources": ["go"] }
]
}

0 comments on commit cfb15d6

Please sign in to comment.