Skip to content

Commit

Permalink
Merge pull request #474 from consideRatio/pr/dependabot-monthly
Browse files Browse the repository at this point in the history
dependabot: monthly updates of github actions
  • Loading branch information
consideRatio authored Apr 7, 2023
2 parents 3d49d0a + 28e94b6 commit 17b5392
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/dependabot.yml → .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ version: 2
updates:
# Maintain dependencies in our GitHub Workflows
- package-ecosystem: github-actions
directory: "/" # This should be / rather than .github/workflows
directory: /
labels: [ci]
schedule:
interval: weekly
interval: monthly
time: "05:00"
timezone: "Etc/UTC"
labels:
- ci
timezone: Etc/UTC

- package-ecosystem: "npm"
directory: "/" # Location of package[-lock].json
Expand Down

0 comments on commit 17b5392

Please sign in to comment.