Skip to content

Commit

Permalink
Merge pull request #11 from PhilipWafula/philip/feat/dependabot
Browse files Browse the repository at this point in the history
Integrate depandabot.
  • Loading branch information
mango-habanero authored Apr 23, 2024
2 parents d1a7c3a + 05f4227 commit b306021
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:
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix:
# Python
- package-ecosystem: pip
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix:

0 comments on commit b306021

Please sign in to comment.