Skip to content

Commit 7b228a8

Browse files
authored
Merge pull request #937 from prombot/repo_sync
Synchronize common files from prometheus/prometheus
2 parents 2b43149 + 17c3165 commit 7b228a8

2 files changed

Lines changed: 34 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,35 @@ updates:
33
- package-ecosystem: "gomod"
44
directory: "/"
55
schedule:
6-
interval: monthly
7-
- package-ecosystem: "gomod"
8-
directory: "/assets"
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: "/"
922
schedule:
10-
interval: monthly
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

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
29+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3030
with:
3131
persist-credentials: false
3232
- name: Install Go
33-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
33+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
3434
with:
3535
go-version: 1.26.x
3636
- name: Install snmp_exporter/generator dependencies
@@ -40,7 +40,7 @@ jobs:
4040
id: golangci-lint-version
4141
run: echo "version=$(make print-golangci-lint-version)" >> $GITHUB_OUTPUT
4242
- name: Lint
43-
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
43+
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
4444
with:
4545
args: --verbose
4646
version: ${{ steps.golangci-lint-version.outputs.version }}

0 commit comments

Comments
 (0)