-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(renovate): switch to globally maintained config
- Loading branch information
Showing
2 changed files
with
12 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,4 @@ | ||
{ | ||
$schema: "https://docs.renovatebot.com/renovate-schema.json", | ||
extends: [ | ||
"config:recommended", | ||
":automergeDisabled", | ||
":semanticCommits", | ||
":dependencyDashboard", | ||
":enablePreCommit", | ||
], | ||
schedule: ["every weekend"], | ||
platformAutomerge: false, | ||
prHourlyLimit: 6, | ||
prConcurrentLimit: 20, | ||
customManagers: [ | ||
{ | ||
"customType": "regex", | ||
"fileMatch": ["\.sh",], | ||
"matchStrings": [ | ||
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?\\s(?<originalPackageName>.*?)=\"(?<currentValue>.*?)\"" | ||
], | ||
}, | ||
] | ||
extends: ["github>camunda/infex-common-config:default.json5"], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
################################################################################ | ||
# # | ||
# Note: when adding a new tool here, also adjust the Renovate configuration # | ||
# that mirrors some asdf plugin's logic to remove version prefixes like # | ||
# "v". # | ||
# # | ||
# You have to amend the Renovate config when the asdf plugin takes 1.2.3 # | ||
# as the version but the Docker tag/Github tag is actually v1.2.3 # | ||
# # | ||
################################################################################ | ||
|
||
# /!\ Please maintain this file sorted alphabetically. | ||
# check it with | ||
# diff <(sed '/^#/d; /^$/d' .tool-versions | sort) <(sed '/^#/d; /^$/d' .tool-versions) && echo ".tool-versions is sorted correctly" || echo ".tool-versions is not sorted correctly" | ||
|
||
# renovate: datasource=github-releases depName=pre-commit/pre-commit | ||
pre-commit 3.7.1 |