diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d863608..b584e04 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4c12a6a..a596ee2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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)) diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 0e40f71..dd71289 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -4,6 +4,7 @@ name: Ansible Galaxy import release: types: - published + workflow_dispatch: jobs: galaxy: name: Galaxy diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index df48be6..1a4e70b 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,6 +9,7 @@ name: Release Drafter push: branches: - main + workflow_dispatch: jobs: update_release_draft: name: Update release draft