diff options
author | 2024-06-30 19:01:24 +0100 | |
---|---|---|
committer | 2024-06-30 19:28:32 +0100 | |
commit | 769e9a914276b5133f055045c1ee5e6d72fb9308 (patch) | |
tree | eda20f4a126e9b996e158a0d8e86698ef562d6fe | |
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: + - "*" |