diff options
author | 2024-06-27 20:31:17 +0100 | |
---|---|---|
committer | 2024-06-27 20:31:17 +0100 | |
commit | b6de36e1174592e5c4cc9a65bfe38f9d6ca1192a (patch) | |
tree | 52cb0d005b20bb4f2e7cd4512e99325c2bdf00c3 | |
parent | Bump dependencies to latest (diff) |
Add dependabot config for docker & CI
-rw-r--r-- | .github/dependabot.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b38df29..59cb3ac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,21 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + groups: + docker-dependencies: + patterns: + - "*" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + groups: + ci-dependencies: + patterns: + - "*" |