Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtanner authored Mar 12, 2024
1 parent 1364430 commit f522332
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "monthly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "thursday"
time: "00:00"
timezone: "America/Chicago"
groups:
pipeline:
patterns:
- "*"
allow:
- dependency-type: "direct"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
day: "thursday"
time: "00:00"
timezone: "America/Chicago"
allow:
- dependency-type: "direct"

0 comments on commit f522332

Please sign in to comment.