Skip to content

Commit

Permalink
[MNT] activate dependabot for version updates and maintenance (#110)
Browse files Browse the repository at this point in the history
This PR activates `dependabot` for version updates and maintenance.
  • Loading branch information
fkiraly authored Oct 8, 2023
1 parent dd4f17b commit 4162a52
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "[MNT] [Dependabot]"
include: "scope"
labels:
- "maintenance"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "[MNT] [Dependabot]"
include: "scope"
labels:
- "maintenance"

0 comments on commit 4162a52

Please sign in to comment.