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

Commit

Permalink
Update renovate.json - don't pin digests in dockerfile as it creates …
Browse files Browse the repository at this point in the history
…something that skopeo can't read (and likely breaks OSBS) (#230)
  • Loading branch information
nickboldt authored Feb 22, 2024
1 parent f2f7201 commit da487ad
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,20 @@
"config:best-practices",
":gitSignOff",
":rebaseStalePrs",
"docker:pinDigests",
"docker:enableMajor",
"group:allNonMajor",
"group:linters",
"group:test"
],
"constraints": {
"go": "1.20"
}
},
"packageRules": [
{
"matchDatasources": [
"docker"
],
"pinDigests": false
}
]
}

0 comments on commit da487ad

Please sign in to comment.