We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19cedbf + 86096f9 commit b8ec79bCopy full SHA for b8ec79b
2 files changed
.github/dependabot.yml
@@ -0,0 +1,7 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ open-pull-requests-limit: 10
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
path: src/github.com/containerd/plugin
65
fetch-depth: 25
66
67
- - uses: containerd/project-checks@v1.1.0
+ - uses: containerd/project-checks@d7751f3c375b8fe4a84c02a068184ee4c1f59bc4 # v1.2.2
68
with:
69
working-directory: src/github.com/containerd/plugin
70
repo-access-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments