We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c92dc80 + fe0e651 commit 155dc6bCopy full SHA for 155dc6b
.github/dependabot.yml
@@ -0,0 +1,14 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "gomod"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ reviewers:
8
+ - "weaveworks/pesto"
9
+ - package-ecosystem: "github-actions"
10
11
12
13
14
.github/workflows/ci.yaml
@@ -24,9 +24,9 @@ jobs:
24
contents: read # for actions/checkout to fetch code
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v3
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28
- name: Setup
29
- uses: actions/setup-go@v3
+ uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
30
with:
31
go-version: 1.19.x
32
cache: true
0 commit comments