Skip to content

Commit

Permalink
chore: configure renovate (#1682)
Browse files Browse the repository at this point in the history
* chore(deps): add renovate.json

* chore: configure renovate

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
cexbrayat and renovate[bot] committed Jul 26, 2022
1 parent 19864bb commit 209aaf9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/renovate.json5
@@ -0,0 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
// only 1 PR at the same time (to avoid cascading rebase)
"prConcurrentLimit": 1,
// auto-merge if build is OK
"automerge": true,
"packageRules": [
// group all minor dependencies, once a week
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": ">=1",
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"schedule": ["after 1am on Wednesday"]
}
]
}

0 comments on commit 209aaf9

Please sign in to comment.