Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent 52cbdc4 commit f3843b5
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["config:base"],
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
],
lockFileMaintenance: {
enabled: true,
extends: ["schedule:weekly"],
extends: [
'schedule:weekly',
],
},
nix: {
enabled: true,
},
regexManagers: [
customManagers: [
{
fileMatch: ["^.*\\.nix$"],
customType: 'regex',
fileMatch: [
'^.*\\.nix$',
],
matchStrings: [
'image *= *"(?<depName>[^"]+):(?<currentValue>[^"]+)(@(?<currentDigest>sha256:[a-f0-9]+))?";',
],
datasourceTemplate: "docker",
datasourceTemplate: 'docker',
},
],
}

0 comments on commit f3843b5

Please sign in to comment.