Skip to content

Commit

Permalink
ci: replace Dependabot with Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Balvajs committed Aug 22, 2023
1 parent 2ffeef3 commit 66be182
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

16 changes: 16 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"minor": {
"automerge": true
},
"patch": {
"automerge": true
},
"packageRules": [
{
"matchPackageNames": ["@types/node"],
"allowedVersions": "/^18\\..*$/"
}
]
}

0 comments on commit 66be182

Please sign in to comment.