Skip to content

Commit

Permalink
CI: try enable Dependabot checks for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Sep 13, 2024
1 parent 2f8b3fd commit 3e28326
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "github-actions"
directories: ["/", "/.github/workflows/perform-common-steps"]
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 3e28326

Please sign in to comment.