diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..4627f823 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: gitsubmodule + directory: / + target-branch: dev + allow: + - dependency-name: Languages + schedule: + interval: daily \ No newline at end of file