Skip to content

Commit

Permalink
chore: update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Jan 14, 2025
1 parent 6ef0c31 commit 2c68632
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,21 @@
{
"groupName": "pre-commit dependencies",
"matchManagers": ["pre-commit"],
"matchPackagePatterns": ["*"],
"description": "Weekly update of pre-commit dependencies"
},
// Group all GitHub Actions dependencies
{
"groupName": "GitHub Actions",
"matchManagers": ["github-actions"],
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch", "major"]
},
// Group all Docker dependencies
{
"groupName": "Docker updates",
"matchDatasources": ["docker"],
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch", "major"]
},
// Upgrade all npm non-major dependencies
Expand Down

0 comments on commit 2c68632

Please sign in to comment.