Update GitHub Actions
Dependabot should now trigger at the same time across all NGINX Core Ansible repositories
This commit is contained in:
parent
1b10f509ff
commit
02c24d68ef
16
.github/dependabot.yml
vendored
16
.github/dependabot.yml
vendored
@ -1,11 +1,15 @@
|
|||||||
---
|
---
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: github-actions
|
||||||
directory: "/"
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: weekly
|
||||||
- package-ecosystem: "pip"
|
day: monday
|
||||||
directory: "/.github/workflows/requirements"
|
time: "00:00"
|
||||||
|
- package-ecosystem: pip
|
||||||
|
directory: /.github/workflows/requirements
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: weekly
|
||||||
|
day: monday
|
||||||
|
time: "00:00"
|
||||||
|
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@ -9,4 +9,4 @@ Before creating a PR, run through this checklist and mark each as complete.
|
|||||||
- [ ] I have read the [CONTRIBUTING](https://github.com/nginxinc/ansible-role-nginx/blob/main/CONTRIBUTING.md) document
|
- [ ] I have read the [CONTRIBUTING](https://github.com/nginxinc/ansible-role-nginx/blob/main/CONTRIBUTING.md) document
|
||||||
- [ ] I have added Molecule tests that prove my fix is effective or that my feature works
|
- [ ] I have added Molecule tests that prove my fix is effective or that my feature works
|
||||||
- [ ] I have checked that any relevant Molecule tests pass after adding my changes
|
- [ ] I have checked that any relevant Molecule tests pass after adding my changes
|
||||||
- [ ] I have updated any relevant documentation (`defaults/main/*.yml`, `README.md` and `CHANGELOG.md`)
|
- [ ] 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))
|
||||||
|
1
.github/workflows/galaxy.yml
vendored
1
.github/workflows/galaxy.yml
vendored
@ -4,6 +4,7 @@ name: Ansible Galaxy import
|
|||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- published
|
- published
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
galaxy:
|
galaxy:
|
||||||
name: Galaxy
|
name: Galaxy
|
||||||
|
1
.github/workflows/release-drafter.yml
vendored
1
.github/workflows/release-drafter.yml
vendored
@ -9,6 +9,7 @@ name: Release Drafter
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
update_release_draft:
|
update_release_draft:
|
||||||
name: Update release draft
|
name: Update release draft
|
||||||
|
Loading…
Reference in New Issue
Block a user