Skip to content

Commit

Permalink
switch from dependabot to renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Nov 26, 2024
1 parent 53bebda commit 2738abd
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .github/dependabot.yml

This file was deleted.

36 changes: 36 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"ignorePaths": [],
"labels": ["Skip Changelog", "actions", "dependencies"],
"postUpdateOptions" : [
"gomodTidy"
],
"packageRules": [
{
"matchManagers": ["gomod"],
"matchDepTypes": ["indirect"],
"enabled": true
},
{
"matchFileNames": ["internal/tools/**"],
"matchManagers": ["gomod"],
"matchDepTypes": ["indirect"],
"enabled": false
},
{
"matchFileNames": ["otlp/**"],
"matchManagers": ["gomod"],
"matchDepTypes": ["indirect"],
"enabled": false
},
{
"matchFileNames": ["slim/otlp/**"],
"matchManagers": ["gomod"],
"matchDepTypes": ["indirect"],
"enabled": false
}
]
}

0 comments on commit 2738abd

Please sign in to comment.