Skip to content

Commit

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

Migrate renovate config
  • Loading branch information
AleksTeresh authored Nov 12, 2024
2 parents 8934edb + 1e8463c commit 5be372d
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,34 @@
{
"$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"],
"matchPackageNames": ["node"],
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"node"
],
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
"versioning": "node"
}
],
"vulnerabilityAlerts": {
"labels": ["security"]
"labels": [
"security"
]
}
}

0 comments on commit 5be372d

Please sign in to comment.