Add support for Dependabot

This commit adds support for Dependabot, which will automatically make
PRs on a weekly basis (if necessary) for GitHub Actions and the
Dockerfile.
This commit is contained in:
Dom Rodriguez 2023-01-06 18:45:55 +00:00
parent d3a6ef0784
commit 01f547aa90
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43
2 changed files with 16 additions and 0 deletions

15
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(deps)"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(ci)"

1
.gitignore vendored
View File

@ -18,6 +18,7 @@
!.gitignore
!.gitattributes
!.mailmap
!.github
# Backup files
*~