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 6eb033d commit 4bb84d0Copy full SHA for 4bb84d0
.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
@@ -25,10 +25,10 @@ jobs:
25
- 6379:6379
26
options: --entrypoint redis-server
27
steps:
28
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v2
29
30
- name: Use Node.js
31
- uses: actions/setup-node@v2.4.1
+ uses: actions/setup-node@v2
32
with:
33
node-version: ${{ matrix.node-version }}
34
0 commit comments