Skip to content

Commit bd17194

Browse files
authored
Merge pull request #72 from github/jm-dependabot-grouping
chore: group dependabot dependency updates for minor/patch updates
2 parents 6d8d4f4 + e489eed commit bd17194

9 files changed

+30
-12
lines changed

.github/dependabot.yml

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,39 @@
11
---
22
version: 2
33
updates:
4-
- package-ecosystem: "pip" # See documentation for possible values
5-
directory: "/" # Location of package manifests
4+
- package-ecosystem: "pip"
5+
directory: "/"
66
schedule:
77
interval: "daily"
88
commit-message:
99
prefix: "chore(deps)"
10+
groups:
11+
dependencies:
12+
applies-to: version-updates
13+
update-types:
14+
- "minor"
15+
- "patch"
1016
- package-ecosystem: "github-actions"
1117
directory: "/"
1218
schedule:
1319
interval: "daily"
1420
commit-message:
1521
prefix: "chore(deps)"
22+
groups:
23+
dependencies:
24+
applies-to: version-updates
25+
update-types:
26+
- "minor"
27+
- "patch"
1628
- package-ecosystem: "docker"
1729
directory: "/"
1830
schedule:
1931
interval: "daily"
2032
commit-message:
2133
prefix: "chore(deps)"
34+
groups:
35+
dependencies:
36+
applies-to: version-updates
37+
update-types:
38+
- "minor"
39+
- "patch"

.github/workflows/contributors_report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
3131
3232
- name: Run contributor action
33-
uses: github/contributors@832b6518181710ef277bc9ddafda6696e6b312bd
33+
uses: github/contributors@135b0430e856ade27175cbd1d4e1e11b0dd8ef95
3434
env:
3535
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
START_DATE: ${{ env.START_DATE }}

.github/workflows/docker-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
19+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2020
- name: Build the Docker image
2121
run: docker build . --file Dockerfile --platform linux/amd64

.github/workflows/major-version-updater.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616
steps:
1717
- name: Checkout Repo
18-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
18+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1919

2020
- name: version
2121
id: version

.github/workflows/pr-title.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Validate PR title
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f
23+
- uses: amannn/action-semantic-pull-request@cfb60706e18bc85e8aec535e3c577abe8f70378e
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
with:

.github/workflows/python-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: [3.11, 3.12]
2222

2323
steps:
24-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
24+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2525
- name: Set up Python ${{ matrix.python-version }}
2626
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
2727
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
registry: ${{ env.REGISTRY }}
6363
username: ${{ github.actor }}
6464
password: ${{ secrets.GITHUB_TOKEN }}
65-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
65+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
6666
- name: Push Docker Image
6767
if: ${{ success() }}
6868
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0

.github/workflows/scorecard.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: "Checkout code"
28-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2929
with:
3030
persist-credentials: false
3131

@@ -36,12 +36,12 @@ jobs:
3636
results_format: sarif
3737
publish_results: true
3838
- name: "Upload artifact"
39-
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
39+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
4040
with:
4141
name: SARIF file
4242
path: results.sarif
4343
retention-days: 5
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
45+
uses: github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
4646
with:
4747
sarif_file: results.sarif

.github/workflows/super-linter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout Code
23-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
23+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2424
with:
2525
fetch-depth: 0
2626
- name: Install dependencies

0 commit comments

Comments
 (0)