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
Browse files Browse the repository at this point in the history
Fixes #11828
  • Loading branch information
richvdh committed Sep 30, 2022
1 parent e8f30a7 commit 112d43c
Show file tree
Hide file tree
Showing 2 changed files with 18 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:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"

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

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

0 comments on commit 112d43c

Please sign in to comment.