Skip to content

Commit

Permalink
Merge pull request #790 from PacoVK/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
PacoVK authored Dec 1, 2023
2 parents c781dd3 + 9447389 commit 69f63eb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/dependabot.yml

This file was deleted.

18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automergeType": "branch",
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"automergeType": "branch",
"automerge": true
}
]
}

0 comments on commit 69f63eb

Please sign in to comment.