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.
1 parent 34390ba commit 1b684a1Copy full SHA for 1b684a1
.github/dependabot.yml
@@ -11,4 +11,4 @@ updates:
11
interval: "weekly"
12
ignore:
13
- dependency-name: "*"
14
- versions: ["patch"]
+ update-types: ["version-update:semver-patch"]
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
ci:
7
steps:
8
- uses: actions/checkout@v3
9
- uses: actions/setup-node@v3
+ - uses: actions/setup-node@v3
10
with:
node-version: 16
0 commit comments