Skip to content

Commit

Permalink
Use Dependabot to check Python dependencies (PennLINC#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Dec 9, 2023
1 parent eeea98a commit be8c194
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
labels: ["maintenance"]
labels: ["maintenance", "ignore-for-release"]
assignees: ["tsalo"]
schedule:
interval: "weekly"
- package-ecosystem: pip
directory: "/"
labels: ["maintenance", "ignore-for-release"]
schedule:
interval: weekly

0 comments on commit be8c194

Please sign in to comment.