Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Switch from Dependabot to Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed May 31, 2024
1 parent a4ccda0 commit 3e69e6d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/dependabot.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":semanticCommitScopeDisabled",
"schedule:earlyMondays"
],
"packageRules": [
{
"matchFileNames": [
"examples/**"
],
"matchDatasources": [
"go"
]
},
{
"matchFileNames": [
"sdk/**"
],
"enabled": false
}
],
"dependencyDashboard": true
}

0 comments on commit 3e69e6d

Please sign in to comment.