Skip to content

Commit

Permalink
switch from dependabot to renovabot
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Sep 25, 2024
1 parent 2168456 commit 458ed57
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/dependabot.yml

This file was deleted.

21 changes: 21 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"ignorePaths": [],
"ignoreDeps": [],
"labels": [],
"separateMajorMinor": true,
"postUpdateOptions" : [
"gomodTidy"
],
"packageRules": [
{
"matchManagers": ["gomod"],
"matchDepTypes": ["indirect"],
"schedule": ["after 10pm on sunday"],
"enabled": true
}
]
}

0 comments on commit 458ed57

Please sign in to comment.