We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e034c0 + 6f410c4 commit dd55e8aCopy full SHA for dd55e8a
.github/dependabot.yml
@@ -0,0 +1,16 @@
1
+version: 2
2
+updates:
3
+
4
+ # NOTE: Dependabot official configuration documentation:
5
+ # https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#package-ecosystem
6
7
+ # Maintain dependencies for internal GitHub Actions CI for pull requests
8
+ - package-ecosystem: "github-actions"
9
+ directory: "/"
10
+ schedule:
11
+ interval: "weekly"
12
13
+ - package-ecosystem: "npm"
14
15
16
0 commit comments