Skip to content

Commit

Permalink
Update dependabot.yml to auto update github actions (#703)
Browse files Browse the repository at this point in the history
* Update dependabot.yml to auto update github actions #702

* Updated indentation in dependabot.yml

* Update .github/dependabot.yml

---------

Co-authored-by: Henrik Skupin <[email protected]>
  • Loading branch information
brokoli777 and whimboo authored Sep 30, 2024
1 parent 90b7824 commit edeb2e6
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
allow:
- dependency-type: all
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
allow:
- dependency-type: all

0 comments on commit edeb2e6

Please sign in to comment.