Skip to content

Commit

Permalink
Merge pull request #35 from John-Robbins/depend-again
Browse files Browse the repository at this point in the history
Working to fix Dependabot parsing problems
  • Loading branch information
John-Robbins committed Sep 5, 2024
2 parents 040a703 + 2c06d69 commit 852943a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,24 @@

version: 2
updates:
- package-ecosystem: pip
directory: "./"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
time: "13:00"
interval: "weekly"
groups:
action-dependencies:
patterns:
- "*"
commit-message:
prefix: "Dependa"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
groups:
python-packages:
patterns:
- "*"
commit-message:
prefix: "Dependa"
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"covdata",
"Cruzeiero",
"democracia",
"Dependa",
"Diffie",
"dorny",
"España",
Expand Down

0 comments on commit 852943a

Please sign in to comment.