Skip to content

Commit

Permalink
Merge pull request #195 from fdm-monster/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
mkevenaar authored Nov 13, 2024
2 parents e2f5e45 + dd57d31 commit f5b53f9
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,31 @@
"extends": [
"config:recommended"
],
"labels": ["renovate"],
"lockFileMaintenance": {"enabled": true, "extends": ["schedule:daily"]},
"labels": [
"renovate"
],
"lockFileMaintenance": {
"enabled": true,
"extends": [
"schedule:daily"
]
},
"packageRules": [
{
"paths": ["package.json"],
"matchPackageNames": ["@mdx-js/react"],
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance"],
"matchFileNames": [
"package.json"
],
"matchPackageNames": [
"@mdx-js/react"
],
"matchUpdateTypes": [
"major",
"minor",
"patch",
"pin",
"digest",
"lockFileMaintenance"
],
"enabled": false
}
]
Expand Down

0 comments on commit f5b53f9

Please sign in to comment.