diff --git a/dependabot.yml b/dependabot.yml new file mode 100644 index 000000000..7a31da717 --- /dev/null +++ b/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: +- package-ecosystem: "docker" + directory: "/images" + schedule: + interval: "daily" + target-branch: "main" +- package-ecosystem: "nuget" + directory: "/src" + schedule: + interval: "daily" + target-branch: "main" +- package-ecosystem: "npm" + directory: "/src/Misc/expressionFunc/hashFiles" + schedule: + interval: "daily" + target-branch: "main" + allow: + - dependency-type: direct + - dependency-type: production # check only dependencies, which are going to the compiled app, not supporting tools like @vue-cli \ No newline at end of file