Merge pull request #11 from open-morphs/add-dependabot

Add support for Dependabot
This commit is contained in:
Ben V. Brown 2023-01-07 13:23:01 +11:00 committed by GitHub
commit 2bbea8af88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
*~