Skip to content

Commit

Permalink
chore: Update dependabot.yml (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien authored Dec 9, 2024
1 parent bd6225a commit e3bc85a
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/provider"
directory: "/"
schedule:
interval: "weekly"
time: "08:00"
Expand All @@ -11,17 +11,6 @@ updates:
commit-message:
prefix: "chore"
include: "scope"
- package-ecosystem: "gomod"
directory: "/sdk"
schedule:
interval: "weekly"
day: "sunday"
time: "08:00"
labels:
- "dependencies"
commit-message:
prefix: "chore"
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -33,12 +22,3 @@ updates:
commit-message:
prefix: "chore"
include: "scope"
- package-ecosystem: "docker"
directory: "/.devcontainer"
schedule:
interval: "daily"
labels:
- "dependencies"
commit-message:
prefix: "chore"
include: "scope"

0 comments on commit e3bc85a

Please sign in to comment.