diff options
| author | Alex Corcoles <alex@pdp7.net> | 2024-02-03 18:27:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-03 18:27:08 +0100 |
| commit | 1046f4c000fef4009801ee227946ceac3833ae76 (patch) | |
| tree | 6c3dbf9312ac56e75a75221ee44145943121328b /.github | |
| parent | 389cb6946d9c0a3f174e5a77a1215930398aca41 (diff) | |
Create dependabot.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..0250f915 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/blog" + schedule: + interval: "weekly" |
