Skip to content

Commit

Permalink
Dependabot setup (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
yarnabrina authored Jul 8, 2023
1 parent 8687516 commit e98923e
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: "[Dependabot]"
include: "scope"
labels:
- maintenance
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
commit-message:
prefix: "[Dependabot]"
include: "scope"
labels:
- maintenance

0 comments on commit e98923e

Please sign in to comment.