diff --git a/dependabot.yml b/dependabot.yml new file mode 100644 index 0000000..b308082 --- /dev/null +++ b/dependabot.yml @@ -0,0 +1,26 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "monthly" + cooldown: + default-days: 7 + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "monthly" + cooldown: + default-days: 7 + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + cooldown: + default-days: 7 + groups: + github: + patterns: + - "actions/*"