Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jun 25, 2024
1 parent 279758c commit 5d0befb
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"customManagers:githubActionsVersions",
"github>Turbo87/renovate-config//rust/updateToolchain",
],
"dockerfile": {
// This has been causing various issues, unfortunately.
enabled: false,
},
packageRules: [
{
matchCategories: ["rust"],
Expand Down Expand Up @@ -65,17 +69,5 @@
matchDepNames: ["aws-ip-ranges", "github-meta"],
automerge: true,
},
{
matchUpdateTypes: ["digest"],
enabled: false,
},
{
// This is causing weird "Cannot find replaceString in current file content" errors,
// so we disable it for now.
matchFileNames: ["frontend.Dockerfile"],
matchDatasources: ["docker"],
matchUpdateTypes: ["pinDigest"],
enabled: false
},
],
}

0 comments on commit 5d0befb

Please sign in to comment.