Skip to content

Commit

Permalink
add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Jul 11, 2024
1 parent 580431a commit 251ee34
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
version: 2
updates:

- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
assignees:
- "pyansys-ci-bot"
commit-message:
prefix: "MAINT"
labels:
- "maintenance"
- "dependencies"
- "dependabot"
groups:
actions:
patterns:
- "*"
update-types:
- "minor"
- "patch"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "pyansys-ci-bot"
labels:
- "maintenance"
- "dependencies"
- "dependabot"
commit-message:
prefix: "MAINT"
groups:
actions:
patterns:
- "*"
update-types:
- "minor"
- "patch"

0 comments on commit 251ee34

Please sign in to comment.