Skip to content

Commit

Permalink
Endret til å kjøre på cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Kroken committed Sep 24, 2023
1 parent c4768fe commit 3a62d37
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/gradle-dependency-submission.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: Monitor dependencies with Dependabot
on:
push:
branches:
- main
paths:
- "**.gradle.kts"
- "gradle.properties"
workflow_dispatch:
schedule:
- cron: '25 8,13 * * 1,2,3,4,5'
- cron: '25 13 * * 0,6'
jobs:
dependabot:
name: Monitor dependencies with Dependabot
Expand Down

0 comments on commit 3a62d37

Please sign in to comment.