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
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/.github/workflows/requirements"
|
||||
interval: weekly
|
||||
day: monday
|
||||
time: "00:00"
|
||||
- package-ecosystem: pip
|
||||
directory: /.github/workflows/requirements
|
||||
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 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 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:
|
||||
types:
|
||||
- published
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
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:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
update_release_draft:
|
||||
name: Update release draft
|
||||
|
Loading…
Reference in New Issue
Block a user