File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 if : github.repository_owner == 'prometheus' || github.repository_owner == 'prometheus-community' # Don't run this workflow on forks.
1919 steps :
2020 - name : git checkout
21- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
21+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2222 with :
2323 persist-credentials : false
2424 - name : Set docker hub repo name
4242 if : github.repository_owner == 'prometheus' || github.repository_owner == 'prometheus-community' # Don't run this workflow on forks.
4343 steps :
4444 - name : git checkout
45- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
45+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4646 with :
4747 persist-credentials : false
4848 - name : Set quay.io org name
Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " gomod"
4+ directory : " /"
5+ schedule :
6+ interval : " monthly"
7+ groups :
8+ aws :
9+ patterns :
10+ - " github.com/aws/*"
11+ go.opentelemetry.io :
12+ patterns :
13+ - " go.opentelemetry.io/*"
14+ golang.org-x :
15+ patterns :
16+ - " golang.org/x/*"
17+ k8s.io :
18+ patterns :
19+ - " k8s.io/*"
20+ - package-ecosystem : " github-actions"
21+ directory : " /"
22+ schedule :
23+ interval : " monthly"
24+ groups :
25+ promci :
26+ patterns :
27+ - " prometheus/promci*"
28+ codeql :
29+ patterns :
30+ - " github/codeql-action*"
31+ # Exclude configs synced from upstream prometheus/prometheus.
32+ exclude-paths :
33+ - .github/workflows/container_description.yml
34+ - .github/workflows/golangci-lint.yml
35+ - .github/workflows/govulncheck.yml
36+ - .github/workflows/scorecards.yml
37+ - .github/workflows/stale.yml
You can’t perform that action at this time.
0 commit comments