Skip to content

Commit 02c24d6

Browse files
committed
Update GitHub Actions
Dependabot should now trigger at the same time across all NGINX Core Ansible repositories
1 parent 1b10f50 commit 02c24d6

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
version: 2
33
updates:
4-
- package-ecosystem: "github-actions"
5-
directory: "/"
4+
- package-ecosystem: github-actions
5+
directory: /
66
schedule:
7-
interval: "weekly"
8-
- package-ecosystem: "pip"
9-
directory: "/.github/workflows/requirements"
7+
interval: weekly
8+
day: monday
9+
time: "00:00"
10+
- package-ecosystem: pip
11+
directory: /.github/workflows/requirements
1012
schedule:
11-
interval: "weekly"
13+
interval: weekly
14+
day: monday
15+
time: "00:00"

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Before creating a PR, run through this checklist and mark each as complete.
99
- [ ] I have read the [CONTRIBUTING](https://github.com/nginxinc/ansible-role-nginx/blob/main/CONTRIBUTING.md) document
1010
- [ ] I have added Molecule tests that prove my fix is effective or that my feature works
1111
- [ ] I have checked that any relevant Molecule tests pass after adding my changes
12-
- [ ] I have updated any relevant documentation (`defaults/main/*.yml`, `README.md` and `CHANGELOG.md`)
12+
- [ ] I have updated any relevant documentation ([`defaults/main/*.yml`](https://github.com/nginxinc/ansible-role-nginx/blob/main/defaults/main/), [`README.md`](https://github.com/nginxinc/ansible-role-nginx/blob/main/README.md) and [`CHANGELOG.md`](https://github.com/nginxinc/ansible-role-nginx/blob/main/CHANGELOG.md))

.github/workflows/galaxy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: Ansible Galaxy import
44
release:
55
types:
66
- published
7+
workflow_dispatch:
78
jobs:
89
galaxy:
910
name: Galaxy

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ name: Release Drafter
99
push:
1010
branches:
1111
- main
12+
workflow_dispatch:
1213
jobs:
1314
update_release_draft:
1415
name: Update release draft

0 commit comments

Comments
 (0)