diff options
| author | Émilien (perso) <4016501+unixfox@users.noreply.github.com> | 2025-05-09 18:46:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-09 20:46:20 +0200 |
| commit | 48456caeb3cc701cc0d0e15091a42c5b5cb540d0 (patch) | |
| tree | 660c8bbf88fb3b4262b9888ab73294bece2ba474 /.github | |
| parent | ef158ce1f41647a5da0a2f22d82cbc03db030953 (diff) | |
chore: docker + github-actions dependabot (#4754)
* chore: docker dependabot
* Add github actions too
Diffstat (limited to '.github')
| -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 4128911f3..a106397f3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,3 +20,21 @@ updates: target-branch: "master" commit-message: prefix: "[upd] web-client (simple):" + + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + day: "friday" + target-branch: "master" + commit-message: + prefix: "[upd] docker:" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "friday" + target-branch: "master" + commit-message: + prefix: "[upd] github-actions:" |