mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-22 20:42:04 +01:00
ci: add GitHub Actions to Dependabot config
This commit is contained in:
parent
36195de745
commit
2fe556cc10
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user