Skip to content

Commit

Permalink
chore: add support for dependabot autoupdates
Browse files Browse the repository at this point in the history
Closes #12
  • Loading branch information
char0n committed Dec 30, 2024
1 parent eb9f97e commit 7ecc8c4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"
time: "23:00"

- package-ecosystem: "github-actions"
target-branch: "main"
directory: "/"
schedule:
interval: "daily"
time: "23:00"
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 3

0 comments on commit 7ecc8c4

Please sign in to comment.