Skip to content

Commit

Permalink
chore: Configure Renovate (#47)
Browse files Browse the repository at this point in the history
* Add renovate.json

* chore: move renovate config

* chore: remove dependabot

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Northword <northword@outlook.com>
  • Loading branch information
renovate[bot] and northword authored Dec 1, 2023
1 parent b21aa0f commit cfb172b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

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

1 comment on commit cfb172b

@vercel
Copy link

@vercel vercel bot commented on cfb172b Dec 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.