Skip to content

Commit

Permalink
Add dependabot.yml
Browse files Browse the repository at this point in the history
This will cause dependabot to open PRs to bump any actions, such as
"checkout" when never major versions are released.

https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
  • Loading branch information
andy5995 committed Feb 9, 2024
1 parent 06b8e6b commit fe457f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit fe457f3

Please sign in to comment.