diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..f1b4652a8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + - package-ecosystem: docker + directory: / + schedule: + interval: daily + + - package-ecosystem: pip + directory: / + schedule: + interval: daily + target-branch: main + + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + target-branch: main