summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..e7df35e
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,21 @@
+enable-beta-ecosystems: true
+version: 2
+updates:
+ - directory: /
+ package-ecosystem: npm
+ rebase-strategy: auto
+ assignees: [nc0fr]
+ insecure-external-code-execution: deny
+ open-pull-requests-limit: 20
+ target-branch: master
+ schedule:
+ interval: monthly
+ - directory: /
+ package-ecosystem: github-actions
+ rebase-strategy: auto
+ assignees: [nc0fr]
+ insecure-external-code-execution: deny
+ open-pull-requests-limit: 20
+ target-branch: master
+ schedule:
+ interval: monthly