Skip to content

Commit

Permalink
Merge pull request #4678 from UniversityOfHelsinkiCS/renovate/migrate…
Browse files Browse the repository at this point in the history
…-config

Migrate renovate config
  • Loading branch information
rikurauhala authored Nov 12, 2024
2 parents 3d0b6cf + be10cef commit 2ab3dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
"automerge": true,
"matchPackageNames": ["*"]
},
{
"matchDatasources": ["docker"],
Expand Down

0 comments on commit 2ab3dbf

Please sign in to comment.