mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-01 02:27:23 +01:00
ci: switch from renovate to depandabot (#435)
This commit is contained in:
29
.github/dependabot.yml
vendored
Normal file
29
.github/dependabot.yml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user