Skip to content

Commit d4cf779

Browse files
authored
Synchronize common files from prometheus/prometheus (#878)
Update common Prometheus files Signed-off-by: prombot <prometheus-team@googlegroups.com>
1 parent 94748d7 commit d4cf779

2 files changed

Lines changed: 39 additions & 2 deletions

File tree

.github/workflows/container_description.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -42,7 +42,7 @@ jobs:
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

scripts/dependabot.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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

0 commit comments

Comments
 (0)