Skip to content

Commit

Permalink
update github actions; add dependabot checking
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Oct 31, 2023
1 parent a2cf254 commit 60efa7e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
commit-message:
prefix: ci
5 changes: 3 additions & 2 deletions .github/workflows/nightly-update-and-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@ name: Trigger a quay.io EE rebuild - update requirements.yml, ansible-builder fi
on:
schedule:
- cron: "37 1 * * *"
workflow_dispatch:
jobs:
trigger-ee-rebuild:
runs-on: ubuntu-latest
name: Trigger a quay.io EE rebuild - update requirements.yml, ansible-builder files
steps:
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
- name: Install ansible-builder and ansible
shell: bash
run: |
set -euxo pipefail
pip install -U ansible-builder ansible
- name: checkout current repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Trigger a quay.io EE rebuild - update requirements.yml, ansible-builder files
shell: bash
run: |
Expand Down

0 comments on commit 60efa7e

Please sign in to comment.