Skip to content

Commit e9939ac

Browse files
committed
Prepare 0.23.1 release
1 parent 2d8d4d2 commit e9939ac

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: .github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ updates:
77
interval: weekly
88
day: monday
99
time: "00:00"
10+
labels:
11+
- "dependencies"
12+
- "skip-changelog"
1013
- package-ecosystem: pip
1114
directory: /.github/workflows/requirements
1215
schedule:

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.23.1 (Unreleased)
3+
## 0.23.1 (April 6, 2022)
44

55
FEATURES:
66

@@ -12,6 +12,7 @@ ENHANCEMENTS:
1212
* Bump the Ansible `community.general` collection to `4.7.0` and `community.docker` collection to `2.3.0`.
1313
* Streamline configuring SELinux.
1414
* Add `TimeoutStartSec` parameter to Systemd template.
15+
* Update Dependabot to trigger updates at the same time across all NGINX core roles at the same time and to avoid triggering release drafter on GitHub actions dependency updates.
1516

1617
BUG FIXES:
1718

0 commit comments

Comments
 (0)