1
0

ci: add GitHub Actions to Dependabot config

This commit is contained in:
Nicolas Duchon 2023-04-30 15:38:22 +02:00
parent 36195de745
commit 2fe556cc10
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7

@ -1,6 +1,5 @@
version: 2
updates:
# Maintain dependencies for Docker
- package-ecosystem: "docker"
directory: "/"
@ -10,3 +9,13 @@ updates:
prefix: "build"
labels:
- "type/build"
# Maintain GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ci"
labels:
- "type/ci"