Skip to content

Commit

Permalink
feat: setup Dependabot to auto-update Station Core (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos authored Dec 13, 2023
1 parent f331bb4 commit 710953b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/stable"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Berlin"
reviewers:
- "bajtos"
- "juliangruber"
- package-ecosystem: "docker"
directory: "/experimental"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Berlin"
reviewers:
- "bajtos"
- "juliangruber"

0 comments on commit 710953b

Please sign in to comment.