Skip to content

Commit

Permalink
Migrate away from deprecated renovate config keys
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Mar 5, 2024
1 parent f939ab6 commit 5e0f230
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
@@ -1,15 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":automergeAll",
":automergePr",
":automergeRequireAllStatusChecks",
":enableVulnerabilityAlerts",
"group:allNonMajor",
"schedule:earlyMondays"
],
"fetchReleaseNotes": true,
"fetchChangeLogs": "pr",
"lockFileMaintenance": {
"enabled": true
},
Expand Down

0 comments on commit 5e0f230

Please sign in to comment.