Skip to content

Commit

Permalink
Enable digest pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboyes committed Mar 31, 2020
1 parent ee949cd commit 7b197b3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
"extends": [
"config:base"
],
"dockerfile": {
"fileMatch": [
".circleci/config.yml"
],
"pinDigests": true
"docker": {
"digest": {
"enabled": true
}
},
"circleci": {
"digest": {
"enabled": true
}
}
}

0 comments on commit 7b197b3

Please sign in to comment.