Skip to content

Commit

Permalink
[TASK] Set the target milestone for the Dependabot updates (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Sep 5, 2024
1 parent 9c1ece0 commit d96c6dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
milestone: 15

- package-ecosystem: "composer"
directory: "/"
Expand All @@ -18,3 +19,4 @@ updates:
versions: [ ">= 10.0.0" ]
- dependency-name: "rawr/cross-data-providers"
versioning-strategy: "increase"
milestone: 15
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ contribute to Emogrifier.
1. In the [CHANGELOG.md](CHANGELOG.md), create a new section with subheadings
for changes _after_ the upcoming release, set the version number for the
upcoming release, and remove any empty sections.
1. Update the target milestone in the Dependabot configuration.
1. Create a pull request "Prepare release of version x.y.z" with those changes.
1. Have the pull request reviewed and merged.
1. Tag the new release.
Expand Down

0 comments on commit d96c6dc

Please sign in to comment.