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 fe85bbe
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,24 @@
},
"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"
}
]
}

0 comments on commit fe85bbe

Please sign in to comment.