Skip to content

Commit

Permalink
ci: add dependabot configuration
Browse files Browse the repository at this point in the history
This commit adds dependabot configuration to get updates for
Dockerfiles and GitHub Actions.
  • Loading branch information
maeb committed Apr 18, 2024
1 parent 4d9df22 commit 4d9e596
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
commit-message:
prefix: "build"
include: "scope"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
commit-message:
prefix: "build"
include: "scope"

0 comments on commit 4d9e596

Please sign in to comment.