Skip to content

Commit

Permalink
Add github actions ecosystem to dependabot watchlist
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluigi committed Jul 18, 2024
1 parent d539ec8 commit 9d25541
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: sphinx
versions:
- 3.4.3
- 3.5.0
- 3.5.1
- 3.5.2
- 3.5.3
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: sphinx
versions:
- 3.4.3
- 3.5.0
- 3.5.1
- 3.5.2
- 3.5.3

0 comments on commit 9d25541

Please sign in to comment.