Skip to content

Commit

Permalink
[GHA] dependabot for github-actions (#3295)
Browse files Browse the repository at this point in the history
### Changes

Enable dependabot for github actions
  • Loading branch information
AlexanderDokuchaev authored Feb 19, 2025
1 parent 05be5f2 commit 9bd8ddf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# See help here: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates

version: 2
updates:

# Github actions
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Asia/Dubai"
assignees:
- "AlexanderDokuchaev"
open-pull-requests-limit: 3

0 comments on commit 9bd8ddf

Please sign in to comment.