Skip to content

Commit

Permalink
ci(actions): update renovate configuration (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
beiertu-mms authored Dec 14, 2023
1 parent 7a3b319 commit f6ffb40
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"renovate"
],
"extends": [
"config:base"
"config:recommended"
],
"dryRun": "full",
"branchPrefix": "renovate/",
Expand All @@ -24,10 +24,11 @@
"prConcurrentLimit": 10,
"prHourlyLimit": 0,
"enabledManagers": [
"regex"
"custom.regex"
],
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"description": "Update Hugo version in GH action",
"fileMatch": [
".*publish\\.yaml$"
Expand Down

0 comments on commit f6ffb40

Please sign in to comment.