diff --git a/.github/renovate.json b/.github/renovate.json index 741e946c6..486b67315 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -25,35 +25,45 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["^Makefile$"], + "managerFilePatterns": [ + "/^Makefile$/" + ], "matchStrings": ["CONTROLLER_TOOLS_VERSION \\?= (?v[\\d.]+)"], "depNameTemplate": "sigs.k8s.io/controller-tools", "datasourceTemplate": "go" }, { "customType": "regex", - "fileMatch": ["^Makefile$"], + "managerFilePatterns": [ + "/^Makefile$/" + ], "matchStrings": ["GOLANGCI_LINT_VERSION \\?= (?v[\\d.]+)"], "depNameTemplate": "github.com/golangci/golangci-lint/v2", "datasourceTemplate": "go" }, { "customType": "regex", - "fileMatch": ["^Makefile$"], + "managerFilePatterns": [ + "/^Makefile$/" + ], "matchStrings": ["GOTESTSUM_VERSION \\?= (?v[\\d.]+)"], "depNameTemplate": "gotest.tools/gotestsum", "datasourceTemplate": "go" }, { "customType": "regex", - "fileMatch": ["^postgres/Dockerfile$"], + "managerFilePatterns": [ + "/^postgres/Dockerfile$/" + ], "matchStrings": ["FROM (?[^:\\n]+):(?[^@\\n]+)@(?sha256:[a-f0-9]+)"], "datasourceTemplate": "docker", "autoReplaceStringTemplate": "FROM {{{depName}}}:{{{newValue}}}@{{{newDigest}}}" }, { "customType": "regex", - "fileMatch": ["^postgres/Dockerfile$"], + "managerFilePatterns": [ + "/^postgres/Dockerfile$/" + ], "matchStrings": ["ENV PG_VERSION (?[\\d]+\\.[\\d]+)-[^\\n]+"], "depNameTemplate": "postgres", "datasourceTemplate": "docker", @@ -145,8 +155,9 @@ "prHourlyLimit": 0, "timezone": "Europe/Berlin", "schedule": [ - "after 6pm and before 8am every weekday", - "every weekend" + "after 6pm every weekday", + "every weekend", + "before 8am every weekday" ], "vulnerabilityAlerts": { "schedule": [