Configure dependabot for several ecosystems

This commit is contained in:
Arjan H
2023-07-13 19:38:18 +02:00
parent 56041d9cc9
commit 293de7e4be
2 changed files with 26 additions and 0 deletions

3
.github/Dockerfile vendored Normal file
View File

@@ -0,0 +1,3 @@
# Dummy Dockerfile for dependabot, if it finds an update we need to update docker-compose.yml
#
FROM nginx:1.25.0

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

@@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
open-pull-requests-limit: 1
schedule:
interval: "daily"
# interval: "weekly"
# day: "wednesday"
- package-ecosystem: "github-actions"
directory: "/"
open-pull-requests-limit: 1
schedule:
interval: "daily"
# interval: monthly
- package-ecosystem: "gomod"
directory: "/"
open-pull-requests-limit: 1
schedule:
interval: "daily"
# interval: "weekly"
# day: "wednesday"