Skip to content

Commit

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

chore(config): migrate renovate config
  • Loading branch information
AleksTeresh authored Nov 12, 2024
2 parents e5c4c09 + cb0d9e0 commit 518cbbf
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"extends": ["config:recommended"],
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
"matchUpdateTypes": ["minor", "patch"],
"matchPackageNames": ["*"]
},
{
"matchDatasources": ["docker"],
Expand Down

0 comments on commit 518cbbf

Please sign in to comment.