summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/dependabot.yml12
-rw-r--r--.github/workflows/ci.yml2
2 files changed, 14 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..abad457
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,12 @@
+version: 2
+updates:
+ - package-ecosystem: npm
+ directory: '/'
+ schedule:
+ interval: monthly
+ open-pull-requests-limit: 99
+ - package-ecosystem: github-actions
+ directory: '/'
+ schedule:
+ interval: weekly
+ open-pull-requests-limit: 99
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c8df5eb..16a2900 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,6 +2,8 @@ name: CI
on:
push:
+ branches-ignore:
+ - "dependabot/**"
pull_request:
jobs: