diff options
author | BrickPi <49528459+BrickPi@users.noreply.github.com> | 2024-11-18 19:00:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-18 19:00:48 +0100 |
commit | 99e88ba7c906cf64197bd674fbe565b49613ae08 (patch) | |
tree | 72b356aeefd846186d79876b76afa11e14c5e0b8 /.github/dependabot.yml | |
parent | 9455c807d392e2cdd11c7f3cc89dd567422faa99 (diff) |
Create dependabot.ymldependabot-autopropagate
Diffstat (limited to '.github/dependabot.yml')
-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 0000000..db66450 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "daily" |