diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..81bc24ca --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "cargo" + directory: "/jsonschema" + schedule: + interval: "daily" + - package-ecosystem: "cargo" + directory: "/bindings/python" + schedule: + interval: "daily" + - package-ecosystem: "cargo" + directory: "/bench_helpers" + schedule: + interval: "daily" + - package-ecosystem: "cargo" + directory: "/perf-helpers" + schedule: + interval: "daily"