Skip to content

Commit

Permalink
Add GitHub Actions as an ecosystem for Dependabot (#2433)
Browse files Browse the repository at this point in the history
This should help keep us on top of Actions versions, without having to
do it manually.

This commit also formats using yamllint, to avoid some common YAML
mistakes.

https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
  • Loading branch information
nickcharlton authored Sep 12, 2023
1 parent 8daf880 commit 3b78c41
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
---
version: 2

updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
time: '02:00'
timezone: 'Etc/UTC'

0 comments on commit 3b78c41

Please sign in to comment.