Skip to content

Commit

Permalink
Merge pull request #222 from python-pillow/renovate/migrate-config
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Nov 4, 2024
2 parents 134a54b + c80002c commit f9f7844
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"labels": [
"Dependency"
],
"packageRules": [
{
"matchManagers": ["dockerfile"],
"matchManagers": [
"dockerfile"
],
"enabled": false
},
{
"groupName": "github-actions",
"matchManagers": ["github-actions"],
"separateMajorMinor": "false"
"matchManagers": [
"github-actions"
],
"separateMajorMinor": false
}
],
"schedule": ["on the 5th day of the month"]
"schedule": [
"on the 5th day of the month"
]
}

0 comments on commit f9f7844

Please sign in to comment.