Skip to content

Commit

Permalink
CICD: Enable dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Feb 28, 2024
1 parent f66d530 commit 4053673
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: /
schedule:
interval: "weekly"
allow:
- dependency-type: "all"
commit-message:
prefix: "DEP: "

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "CICD: "

0 comments on commit 4053673

Please sign in to comment.