Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Enable dependabot updates (#13976)
Browse files Browse the repository at this point in the history
Fixes #11828
  • Loading branch information
richvdh committed Sep 30, 2022
1 parent 285b9e9 commit b2aadd8
Show file tree
Hide file tree
Showing 2 changed files with 18 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:
- # "pip" is the correct setting for poetry, per https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "docker"
directory: "/docker"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
1 change: 1 addition & 0 deletions changelog.d/13976.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Enable update notifications from Github's dependabot.

0 comments on commit b2aadd8

Please sign in to comment.