Skip to content

Commit

Permalink
Add dependabot check for GitHub Actions (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov authored Dec 28, 2023
1 parent 9136a24 commit 2b5698d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ updates:
allow:
- dependency-type: direct
- dependency-type: indirect
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
time: "08:00"
timezone: "Europe/Moscow"
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

* Add `ruby-3.2` to CI
* Add `ruby-3.3` to CI
* Add `dependabot` check for `GitHub Actions`

### Fixes

Expand Down

0 comments on commit 2b5698d

Please sign in to comment.