Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler authored Sep 10, 2024
1 parent 7b3df9f commit 9329f33
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "16:00"
rebase-strategy: "disabled"
groups:
patch:
update-types: ["patch"]
minor:
update-types: ["minor"]

- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: "/"
schedule:
interval: "weekly"
day: wednesday
time: "16:00"

0 comments on commit 9329f33

Please sign in to comment.