Skip to content

Commit

Permalink
Merge pull request #114 from ocefpaf/add_dependabot
Browse files Browse the repository at this point in the history
add dependabot.yml
  • Loading branch information
ocefpaf authored Jun 18, 2024
2 parents 3590d33 + fee4118 commit 2cebd7f
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 https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "Bot"
groups:
github-actions:
patterns:
- '*'

0 comments on commit 2cebd7f

Please sign in to comment.