Skip to content

Commit

Permalink
renovate: disable pinning of docker images
Browse files Browse the repository at this point in the history
This makes the life of developers on apples silicon m1 arm chip easier.
(And the pinning of docker images is good, but does not bring that much value.)

closes ecamp#2750
  • Loading branch information
BacLuc committed Feb 20, 2023
1 parent 022b168 commit f017636
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
],
"dependencyDashboardApproval": true
},
{
"matchDatasources": [
"docker"
],
"updateTypes": [
"digest",
"pin"
],
"enabled": false
},
{
"matchPackageNames": [
"sass"
Expand Down

0 comments on commit f017636

Please sign in to comment.