Skip to content

Commit

Permalink
chore(renovate): switch to globally maintained config
Browse files Browse the repository at this point in the history
  • Loading branch information
Langleu committed May 13, 2024
1 parent 9ba0629 commit 857c3f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 21 deletions.
21 changes: 1 addition & 20 deletions .github/renovate.json5
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"],
}
12 changes: 11 additions & 1 deletion .tool-versions
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

0 comments on commit 857c3f5

Please sign in to comment.