Skip to content

Commit

Permalink
Create a dependabot.yml for Github actions (p4lang#4405)
Browse files Browse the repository at this point in the history
* Create a dependabot.yml for Github actions

* Remove some unnecessary comments
  • Loading branch information
fruffy authored Feb 23, 2024
1 parent a274a5b commit 2312c47
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
open-pull-requests-limit: 5

0 comments on commit 2312c47

Please sign in to comment.