Skip to content

Commit 47f1488

Browse files
Merge pull request #21 from ie3-institute/ps/#20-disableDependabotAutoMergeMinor
Remove minor auto-merge
2 parents 09a5bc6 + c364441 commit 47f1488

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
1818

1919
- name: Enable auto-merge for Dependabot PRs
20-
if: |
21-
steps.metadata.outputs.update-type == 'version-update:semver-patch' ||
22-
steps.metadata.outputs.update-type == 'version-update:semver-minor'
20+
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
2321
run: gh pr merge --auto --merge "$PR_URL"
2422
env:
2523
PR_URL: ${{ github.event.pull_request.html_url }}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010
- Implementing auto-merge for dependabot PRs [#12](https://github.com/ie3-institute/copernicusWeather2psdmWeather/issues/12)
11+
1112
### Changed
13+
- Disabled auto-merge for minor Dependabot updates [#20](https://github.com/ie3-institute/copernicusWeather2psdmWeather/issues/20)
1214

1315
### Fixed
1416
- Fixed implementation of dependabot auto-merge feature [#14](https://github.com/ie3-institute/copernicusWeather2psdmWeather/issues/14)
17+
1518
### Removed

0 commit comments

Comments
 (0)