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 f0b1a38 commit e717e22Copy full SHA for e717e22
.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
@@ -20,10 +20,10 @@ jobs:
20
os: [macos-latest, ubuntu-latest, windows-latest]
21
22
steps:
23
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2
24
25
- name: Use Node.js
26
- uses: actions/setup-node@v2.4.1
+ uses: actions/setup-node@v2
27
with:
28
node-version: ${{ matrix.node-version }}
29
0 commit comments