Skip to content

Commit 3f2eb55

Browse files
authored
migrate renovate config to new version (#582)
* migrate config to new version * prettier
1 parent cc0db66 commit 3f2eb55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
":gitSignOff",
1010
"helpers:pinGitHubActionDigests",
1111
],
12-
baseBranches: ["master"],
12+
baseBranchPatterns: ["master"],
1313
enabledManagers: ["github-actions", "pep621"],
1414
ignorePresets: [":prHourlyLimit2"],
1515
prHourlyLimit: 10,

.github/workflows/renovate-config-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Validate configuration
3838
run: |
3939
# renovate: datasource=docker
40-
export RENOVATE_IMAGE=ghcr.io/renovatebot/renovate:40.11
40+
export RENOVATE_IMAGE=ghcr.io/renovatebot/renovate:43.185
4141
docker run --rm --entrypoint "renovate-config-validator" \
4242
-v "${{ github.workspace }}/.github/renovate.json5":"/renovate.json5" \
4343
${RENOVATE_IMAGE} "/renovate.json5"

0 commit comments

Comments
 (0)