Skip to content

Commit

Permalink
🔧 Add dependabot for python dependencies (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Aug 21, 2024
1 parent 2ea8a7b commit 46bd6dd
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
commit-message:
prefix: 🔧
schedule:
interval: "daily"
interval: monthly
- package-ecosystem: pip
directory: /
commit-message:
prefix: ⬆️
schedule:
interval: monthly

0 comments on commit 46bd6dd

Please sign in to comment.