Skip to content

Commit

Permalink
chore(workflows): update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
homksei committed Jul 25, 2024
1 parent 49d4fb1 commit 9b4be87
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,25 @@
},
"packageRules": [
{
"groupName": "Doc packages",
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["before 2am on the first day of the month"],
"matchFileNames": ["docs/requirements.txt"]
"groupName": "Doc packages",
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["before 2am on the first day of the month"],
"matchFileNames": ["docs/requirements.txt"]
},
{
"groupName": "Dockerfile",
"schedule": ["before 2am on the first day of the month"],
"matchFileNames": ["**/*.Dockerfile"]
"groupName": "Dockerfile",
"schedule": ["before 2am on the first day of the month"],
"matchFileNames": ["**/*.Dockerfile"]
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^\\.ci\\/env\\/editorconfig-checker\\.sh$"],
"matchStrings": ["VERSION=(?<currentValue>v\\d+\\.\\d+\\.\\d+)"],
"depNameTemplate": "editorconfig-checker/editorconfig-checker",
"datasourceTemplate": "github-releases",
"autoReplaceStringTemplate": "VERSION={{{newValue}}}"
}
]
}

0 comments on commit 9b4be87

Please sign in to comment.