Skip to content

Commit

Permalink
feat(dependabot.yml): Update dependabot auto update config for docker (
Browse files Browse the repository at this point in the history
…#13)

Signed-off-by: Paulius Židonis <50741644+Pauliuszid@users.noreply.github.com>
  • Loading branch information
Pauliuszid authored Nov 20, 2024
1 parent 0e28f86 commit 59c90b9
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
---
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker" # See documentation for possible values
directories:
- "**/*" # Location of package manifests
labels:
- "dependencies"
- "docker"
reviewers:
- "hostinger/cloudops-team"
schedule:
interval: "daily"

0 comments on commit 59c90b9

Please sign in to comment.