Skip to content

Commit

Permalink
Only for patch update (#50)
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 ba87e06 commit a5c8bc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ updates:
# Keep Docker base images up to date
- package-ecosystem: "docker"
directory: "/docker/nodejs"
ignore:
- update-types: ["version-update:semver-major", "version-update:semver-minor"]
schedule:
interval: "daily"
time: "08:30"
Expand All @@ -21,6 +23,8 @@ updates:
- "btlogy"
- package-ecosystem: "docker"
directory: "/docker/ansible-controller"
ignore:
- update-types: ["version-update:semver-major", "version-update:semver-minor"]
schedule:
interval: "daily"
time: "08:40"
Expand Down

0 comments on commit a5c8bc1

Please sign in to comment.