Skip to content

Commit

Permalink
Add dependabot workflow (#2120)
Browse files Browse the repository at this point in the history
* Create dependabot.yaml

To avoid manually doing upkeep like in #2119

* add comments and a reference
  • Loading branch information
IndrajeetPatil authored Sep 8, 2023
1 parent 68b82ce commit 9fbb0c4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This Dependabot configuration is designed to keep GitHub Actions dependencies up-to-date
# by running weekly checks and creating pull requests to update them as needed.
#
# This ensures that the GitHub Actions workflows remain compatible with the latest versions
# of their dependencies, potentially improving the stability and security of automation processes.
#
# For more, see:
# https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 9fbb0c4

Please sign in to comment.