Skip to content

Commit

Permalink
Dependabot configuration to update actions in workflow (#47)
Browse files Browse the repository at this point in the history
* Dependabot configuration to update actions in workflow
* change to daily update and limit open PRs

---------

Co-authored-by: Scott Brenner <[email protected]>
  • Loading branch information
spatten and ScottBrenner authored Oct 3, 2024
1 parent 464c3ea commit 2a7a96d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 1

0 comments on commit 2a7a96d

Please sign in to comment.