Skip to content

Commit

Permalink
Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
codedge committed Oct 6, 2024
1 parent c30a94a commit 7afe6ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Publish Docker image

on:
schedule:
- cron: "0 12 * * *"
'on':
push:
branches:
- main
schedule:
- cron: "0 12 * * *"

jobs:
push_to_registry:
Expand Down

0 comments on commit 7afe6ab

Please sign in to comment.