Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (#390)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 7c9e29a commit ae88173
Showing 1 changed file with 10 additions and 28 deletions.
38 changes: 10 additions & 28 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,23 @@
"automerge": true,
"dependencyDashboard": true,
"dependencyDashboardAutoclose": true,
"extends": [
"config:base"
],
"extends": ["config:recommended"],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"matchUpdateTypes": ["minor", "patch"],
"description": "NPM Dependencies.",
"matchPaths": [
"**/package.json"
],
"groupName": "NPM"
"matchFileNames": ["**/package.json"],
"groupName": "NPM",
"matchPackageNames": ["*"]
},
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"matchUpdateTypes": ["minor", "patch"],
"description": "Github Actions Dependencies.",
"matchPaths": [
".github/**"
],
"groupName": "NPM-Github"
"matchFileNames": [".github/**"],
"groupName": "NPM-Github",
"matchPackageNames": ["*"]
}
],
"schedule": [
"on Thursday after 12pm and before 11pm"
],
"schedule": ["on Thursday after 12pm and before 11pm"],
"timezone": "America/Denver"
}

0 comments on commit ae88173

Please sign in to comment.