summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2022-01-28 16:18:32 -0500
committerGitHub <noreply@github.com>2022-01-28 13:18:32 -0800
commit606403a3c490c1a9de1308b8914f229cdd2d0d96 (patch)
treef3dce75fa15489eb2cc3c78c8d4af75d4506ed37
parent4399d91dc7ced86fca668128b05b564374d14c78 (diff)
downloadasync-606403a3c490c1a9de1308b8914f229cdd2d0d96.tar.gz
chore: add Dependabot for version updates (#1783)
* chore: add Dependabot for version updates * chore: move Dependabot to monthly
-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: