Skip to content

Commit

Permalink
Add dependabot check for GitHub Actions (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov authored Dec 28, 2023
1 parent 5156aed commit c6e4a02
Show file tree
Hide file tree
Showing 2 changed files with 10 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"
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master (unreleased)

## New Features

* Add dependabot check for `GitHub Actions`

## Changes

* Drop `ruby-2.6`, `ruby-2.7` support since it's EOL'ed
Expand Down

0 comments on commit c6e4a02

Please sign in to comment.