mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 18:19:33 +00:00
Configure dependabot for several ecosystems
This commit is contained in:
3
.github/Dockerfile
vendored
Normal file
3
.github/Dockerfile
vendored
Normal 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
23
.github/dependabot.yml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user