Skip to content

Commit

Permalink
Merge pull request #2155 from bjlittle/dependabot
Browse files Browse the repository at this point in the history
configure dependabot
  • Loading branch information
dopplershift committed Mar 13, 2023
2 parents d546f95 + f8ba8bd commit c3c6158
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,14 @@
# Reference:
# - https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
# - 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"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
labels:
- "🤖 Bot"

0 comments on commit c3c6158

Please sign in to comment.