diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..5975a52d55 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,25 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10 + - package-ecosystem: devcontainers + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10 + - package-ecosystem: npm + directory: "/website" + schedule: + interval: weekly + open-pull-requests-limit: 10 + - package-ecosystem: pip + directory: "/tools" + schedule: + interval: weekly + groups: + python-packages: + patterns: + - "*" \ No newline at end of file