Skip to content

Commit

Permalink
ci: switch from renovate to depandabot (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
acouvreur authored Nov 5, 2024
1 parent d6fbd41 commit 68325a0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
29 changes: 29 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 68325a0

Please sign in to comment.