Skip to content

Commit

Permalink
Add missing name (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy authored May 11, 2023
1 parent a5c8bc1 commit d7a245e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ updates:
- package-ecosystem: "docker"
directory: "/docker/nodejs"
ignore:
- update-types: ["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
schedule:
interval: "daily"
time: "08:30"
Expand All @@ -24,7 +25,8 @@ updates:
- package-ecosystem: "docker"
directory: "/docker/ansible-controller"
ignore:
- update-types: ["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
schedule:
interval: "daily"
time: "08:40"
Expand Down

0 comments on commit d7a245e

Please sign in to comment.