Skip to content

Commit

Permalink
Enable Dependabot
Browse files Browse the repository at this point in the history
Enable Dependabot in repository.
  • Loading branch information
HeavyWombat committed Aug 26, 2024
1 parent 20b8a9d commit 8771cc4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
version: 2
# updates:
# - package-ecosystem: gomod
# directory: "/"
# schedule:
# interval: daily
# open-pull-requests-limit: 1
# allow:
# - dependency-type: "all"
# target-branch: main
# - package-ecosystem: github-actions
# directory: /
# schedule:
# interval: weekly
# open-pull-requests-limit: 1
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 1
allow:
- dependency-type: "all"
target-branch: main
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 1

0 comments on commit 8771cc4

Please sign in to comment.