ci: switch from renovate to depandabot (#435)

This commit is contained in:
Alexis Couvreur
2024-11-05 00:56:43 -05:00
committed by GitHub
parent d6fbd414a2
commit 68325a0b33
2 changed files with 29 additions and 6 deletions

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

@@ -0,0 +1,29 @@
version: 2
updates:
- package-ecosystem: "gomod"
directories:
- "/"
- "/plugins/caddy"
- "/plugins/proxywasm"
- "/plugins/traefik"
schedule:
interval: "daily"
assignees:
- "acouvreur"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
assignees:
- "acouvreur"
# Enable version updates for Docker
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "**/*"
# Check for updates once a week
schedule:
interval: "weekly"
assignees:
- "acouvreur"