Skip to content

Commit

Permalink
Add dependabot for actions and requirements (#30)
Browse files Browse the repository at this point in the history
* add dependabot for actions and requirements

* Update .github/dependabot.yml

Co-authored-by: Maxwell G <[email protected]>

* Update dependabot.yml

---------

Co-authored-by: Maxwell G <[email protected]>
Co-authored-by: Sorin Sbarnea <[email protected]>
Co-authored-by: Sorin Sbarnea <[email protected]>
  • Loading branch information
4 people authored Feb 12, 2024
1 parent 07cbf83 commit 6e6d23f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/tests"
groups:
dependencies:
patterns:
- "*"
schedule:
interval: "weekly"
labels:
- "dependencies"

0 comments on commit 6e6d23f

Please sign in to comment.