diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..0694477ea --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "gomod" + directories: + - "/contrib/charts/dragonfly" + - "/tools/replay" + schedule: + interval: "weekly" + + - package-ecosystem: "pip" + directories: + - "/tests/dragonfly" + - "/tools" + schedule: + interval: "weekly"