We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080c7a1 commit 03b9222Copy full SHA for 03b9222
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ - package-ecosystem: npm
8
9
10
+ interval: weekly
.github/workflows/ci.yml
@@ -2,6 +2,8 @@ name: CI
on:
push:
+ branches-ignore:
+ - "dependabot/**"
pull_request:
permissions:
0 commit comments