Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #456 from spiffe/fix-dependabot-include-go
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Aug 21, 2023
2 parents eb1ad75 + 9cb59da commit 413644d
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,18 @@ updates:
schedule:
interval: "daily"
open-pull-requests-limit: 5
- package-ecosystem: pip
directory: "/.github/scripts"
schedule:
interval: daily
groups:
python-packages:
patterns:
- "*"

- package-ecosystem: gomod
directory: "/tests"
schedule:
interval: daily
open-pull-requests-limit: 5

- package-ecosystem: pip
directory: "/.github/scripts"
schedule:
interval: daily
groups:
python-packages:
patterns:
- "*"

0 comments on commit 413644d

Please sign in to comment.