Skip to content

Commit

Permalink
Add dependabot check for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov committed Jan 2, 2024
1 parent 536d812 commit 12e616d
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 @@ -7,6 +7,7 @@
* Add `ruby-3.1`, `ruby-3.2` in CI
* Add `ruby-3.3` to CI
* Add `yamllint` check in CI
* Add `dependabot` check for `GitHub Actions`

### Fixes

Expand Down

0 comments on commit 12e616d

Please sign in to comment.