Skip to content

Commit

Permalink
Add dependabot for v1 (#8100)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt authored Aug 21, 2023
1 parent b3d6be0 commit cea77ec
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
target-branch: "develop"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

- package-ecosystem: "pip"
directory: "/"
open-pull-requests-limit: 10
Expand All @@ -8,6 +18,7 @@ updates:
target-branch: "v2"
labels:
- "dependencies"
- "v2"
allow:
- dependency-name: "PyInstaller"
- dependency-name: "flit_core"
Expand All @@ -23,3 +34,20 @@ updates:
- dependency-name: "jmespath"
- dependency-name: "urllib3"
- dependency-name: "wheel"

- package-ecosystem: "pip"
directory: "/"
open-pull-requests-limit: 10
schedule:
interval: "weekly"
day: "sunday"
target-branch: "develop"
labels:
- "dependencies"
- "v1"
allow:
- dependency-name: "colorama"
- dependency-name: "docutils"
- dependency-name: "pyyaml"
- dependency-name: "wheel"
- dependency-name: "rsa"

0 comments on commit cea77ec

Please sign in to comment.