Skip to content

Commit

Permalink
PTFE-821 Add actions package ecosystem to dependabot updates (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinS926 authored Sep 14, 2023
1 parent 7593b74 commit 4f9ff39
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@

version: 2
updates:
- package-ecosystem: "pip"
- package-ecosystem: pip
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
interval: weekly
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
commit-message:
prefix: github-actions
include: scope
labels:
- github-actions
- dependencies

0 comments on commit 4f9ff39

Please sign in to comment.