Skip to content

Commit 043dbe3

Browse files
authored
Merge pull request #1011 from prometheus-community/superq/group_aws
Group AWS dependabot updates
2 parents f84d8b5 + 5e8e0c0 commit 043dbe3

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,11 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
groups:
8+
aws:
9+
patterns:
10+
- "github.com/aws/*"
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "monthly"

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
image: quay.io/prometheus/golang-builder:1.23-base
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17-
- uses: prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5
17+
- uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6
1818
- uses: ./.github/promci/actions/setup_environment
1919
- run: make GO_ONLY=1 SKIP_GOLANGCI_LINT=1
2020

@@ -34,7 +34,7 @@ jobs:
3434
thread: [ 0, 1, 2 ]
3535
steps:
3636
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37-
- uses: prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5
37+
- uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6
3838
- uses: ./.github/promci/actions/build
3939
with:
4040
promu_opts: "-p linux/amd64 -p windows/amd64 -p linux/arm64 -p darwin/amd64 -p darwin/arm64 -p linux/386"
@@ -60,7 +60,7 @@ jobs:
6060
# should also be updated.
6161
steps:
6262
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63-
- uses: prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5
63+
- uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6
6464
- uses: ./.github/promci/actions/build
6565
with:
6666
parallelism: 12
@@ -77,7 +77,7 @@ jobs:
7777
(github.event_name == 'push' && github.event.ref == 'refs/heads/master')
7878
steps:
7979
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
80-
- uses: prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5
80+
- uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6
8181
- uses: ./.github/promci/actions/publish_main
8282
with:
8383
docker_hub_organization: prometheuscommunity
@@ -95,7 +95,7 @@ jobs:
9595
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))
9696
steps:
9797
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
98-
- uses: prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5
98+
- uses: prometheus/promci@c3c93a50d581b928af720f0134b2b2dad32a6c41 # v0.4.6
9999
- uses: ./.github/promci/actions/publish_release
100100
with:
101101
docker_hub_organization: prometheuscommunity

.github/workflows/mixin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
- name: Setup Go
16-
uses: actions/setup-go@v5
16+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1717
with:
18-
go-version: 1.22.5
18+
go-version: 1.23.x
1919
- name: Install dependencies
2020
run: |
2121
go install github.com/google/go-jsonnet/cmd/[email protected]

0 commit comments

Comments
 (0)