Skip to content

Commit

Permalink
Improve Renovate configuration (#20)
Browse files Browse the repository at this point in the history
- Run weekly instead of any time (default)
- Automerge non major versions
  • Loading branch information
xballoy authored Dec 19, 2023
2 parents e899a7d + eca961a commit 77a8f48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
"schedule:weekly",
":automergeStableNonMajor"
],
"golang": {
"packageRules": [
Expand Down

0 comments on commit 77a8f48

Please sign in to comment.