Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Add labels to dependabot dependency PRs
  • Loading branch information
JaWarrior12 authored Oct 18, 2024
1 parent d3b9cff commit 3ff3259
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 @@ -11,6 +11,10 @@ updates:
interval: "weekly"
timezone: "America/New_York"
day: "sunday"
labels:
- "branch: main/production"
- "PR type: dependencies"

- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
"target-branch": "Development"
Expand All @@ -19,4 +23,5 @@ updates:
timezone: "America/New_York"
day: "sunday"
labels:
- "development"
- "branch: development"
- "PR type: dependencies"

0 comments on commit 3ff3259

Please sign in to comment.