Skip to content

Commit

Permalink
Merge pull request #18 from Gauravtalreja1/patch-1
Browse files Browse the repository at this point in the history
Add Dependabot Configuration YAML for GHA
  • Loading branch information
synkd authored Jan 19, 2024
2 parents 767182f + ad26158 commit 4a8cb42
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This is the configuration file for Dependabot. You can find configuration information below.
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# Note: Dependabot has a configurable max open PR limit of 5

version: 2
updates:

# Maintain dependencies for our GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"

0 comments on commit 4a8cb42

Please sign in to comment.