Skip to content

Commit

Permalink
chore: Configure renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 22, 2024
1 parent affb75b commit e076852
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,20 @@
"packageRules": [
{
"groupName": "npm",
"matchDatasources": ["npm"],
"matchCurrentVersion": ">=1.0.0"
"matchDatasources": ["npm"]
},
{
"groupName": "cargo",
"matchDatasources": ["crate"],
"matchCurrentVersion": ">=1.0.0"
"matchDatasources": ["crate"]
},
{
"groupName": "actions",
"matchManagers": ["github-actions"],
"automerge": true,
"matchCurrentVersion": ">=1.0.0"
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true,
"matchCurrentVersion": ">=1.0.0"
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"matchCurrentVersion": ">=1.0.0"
"automerge": true
}
],
"ignorePaths": ["packages/core/e2e/fixtures"]
Expand Down

0 comments on commit e076852

Please sign in to comment.