Skip to content

Commit

Permalink
chore(config): migrate renovate config (#100)
Browse files Browse the repository at this point in the history
chore(config): migrate config .github/renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 1b2a34e commit e0d130d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"group:linters",
":automergeLinters",
"schedule:daily",
"schedule:automergeDaily"
"schedule:automergeDaily"
],
"packageRules": [
{
"matchDepTypes": [
"devDependencies"
],
"matchPackagePatterns": [
"lint"
],
"automerge": true,
"platformAutomerge": true
"platformAutomerge": true,
"matchPackageNames": [
"/lint/"
]
},
{
"matchDepTypes": [
Expand Down

0 comments on commit e0d130d

Please sign in to comment.