Skip to content

Commit

Permalink
feat: add renovatebot (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi authored Jul 2, 2024
1 parent f75e2be commit a4e0ee8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/dependabot.yml

This file was deleted.

25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"labels": [
"🤖 Dependencies"
],
"commitMessagePrefix": "chore(deps): ",
"postUpdateOptions": [
"gomodTidy"
],
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
],
"ignoreDeps": []
}

0 comments on commit a4e0ee8

Please sign in to comment.