Skip to content

Commit

Permalink
[PLA-702] Add dependabot for pip and GitHub Actions (#787)
Browse files Browse the repository at this point in the history
* add dependabot for pip and gitHub-actions

* weekly updates, ignore ignore all major updates in pip dependencies
  • Loading branch information
saurbhc committed Mar 18, 2024
1 parent ea40c79 commit 8220b9a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,28 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "saurbhc"
- "JBWilkie"
open-pull-requests-limit: 5
labels:
- "github-actions-updates"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
ignore:
# For all packages, ignore all major updates
- dependency-name: "*"
update-types:
- "version-update:semver-major"
reviewers:
- "saurbhc"
- "JBWilkie"
open-pull-requests-limit: 5
labels:
- "dependencies"

0 comments on commit 8220b9a

Please sign in to comment.