Update GitHub Actions

Dependabot should now trigger at the same time across all NGINX Core Ansible repositories
This commit is contained in:
Alessandro Fael Garcia 2022-03-31 15:50:49 +02:00
parent 1b10f509ff
commit 02c24d68ef
No known key found for this signature in database
GPG Key ID: 7E5B134EEDC42A56
4 changed files with 13 additions and 7 deletions

View File

@ -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"

View File

@ -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))

View File

@ -4,6 +4,7 @@ name: Ansible Galaxy import
release:
types:
- published
workflow_dispatch:
jobs:
galaxy:
name: Galaxy

View File

@ -9,6 +9,7 @@ name: Release Drafter
push:
branches:
- main
workflow_dispatch:
jobs:
update_release_draft:
name: Update release draft