Skip to content

Commit

Permalink
Merge pull request #3 from turbine-kreuzberg/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
damoon authored Oct 17, 2024
2 parents f49a0de + 92ecad2 commit a407d72
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"extends": ["config:best-practices"],
"extends": [
"config:best-practices"
],
"automerge": true,
"automergeType": "branch",
"requiredStatusChecks": ["Lint and Test"],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^\\.github/workflows/.*\\.ya?ml$"],
"fileMatch": [
"^\\.github/workflows/.*\\.ya?ml$"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)\\s+.*?version: [\"']?(?<currentValue>v?\\d+(?:\\.\\d+){1,2})[\"']?"
],
Expand All @@ -15,12 +18,17 @@
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchManagers": ["github-actions"],
"matchManagers": [
"github-actions"
],
"groupName": "GitHub Actions",
"automerge": true
}
Expand Down

0 comments on commit a407d72

Please sign in to comment.