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 f7045d5 commit f7bc935Copy full SHA for f7bc935
.github/dependabot.yml
@@ -2,6 +2,10 @@ version: 2
2
updates:
3
- package-ecosystem: github-actions
4
directory: '/'
5
+ ignore:
6
+ - dependency-name: "actions/*"
7
+ update-types:
8
+ ["version-update:semver-minor", "version-update:semver-patch"]
9
schedule:
10
interval: daily
11
open-pull-requests-limit: 10
.github/workflows/ci.yml
@@ -19,10 +19,10 @@ jobs:
19
os: [macos-latest, ubuntu-latest, windows-latest]
20
21
steps:
22
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2
23
24
- name: Use Node.js
25
- uses: actions/setup-node@v2.4.0
+ uses: actions/setup-node@v2
26
with:
27
node-version: ${{ matrix.node-version }}
28
0 commit comments