Skip to content

Commit

Permalink
chore: Check docker base image version (#102)
Browse files Browse the repository at this point in the history
Tiryoh authored Aug 18, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b9f2bd0 commit 6973bd0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -5,3 +5,15 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/humble"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/iron"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/rolling"
schedule:
interval: "daily"

0 comments on commit 6973bd0

Please sign in to comment.