Skip to content

Commit

Permalink
Merge pull request #40 from p3k/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
p3k authored Dec 8, 2024
2 parents 10f5f80 + 0956520 commit e61f4a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",

"extends": [
"config:base",
"config:recommended",
":automergeMajor",
":pinVersions",
":semanticCommitsDisabled"
],

"osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": {
"labels": ["urgent"],
"labels": [
"urgent"
],
"automerge": true
},

"lockFileMaintenance": {
"enabled": true,
"automerge": true
},

"labels": ["dependency"]
"labels": [
"dependency"
]
}

0 comments on commit e61f4a8

Please sign in to comment.