Skip to content

Commit

Permalink
Use newer Renovate custom manager syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Dec 19, 2023
1 parent 75a7cd0 commit 0b4b304
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"extends": [
"config:recommended",
],
"regexManagers": [
"extends": ["config:recommended"],
"customManagers": [
{
"customType": "regex",
"fileMatch": [".*\\.spec"],
"matchStrings": [
"#\\s?renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?\\s*Version:\\s*(?<currentValue>.*)\\s"
Expand Down

0 comments on commit 0b4b304

Please sign in to comment.