Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/niv-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
schedule:
# * is a special character in YAML so you have to quote this string
# Run every 20min, as we like it that way (but it should be hourly)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change this comment too?

Comment thread
hansl marked this conversation as resolved.
Outdated
- cron: '*/20 * * * *'
- cron: '* * 1 * *'
Comment thread
hansl marked this conversation as resolved.
Outdated
jobs:
niv-updater:
name: 'Check for updates'
Expand All @@ -21,7 +21,7 @@ jobs:
- name: niv-updater-action
uses: knl/niv-updater-action@v4
with:
whitelist: 'common,advisory-db,napalm'
whitelist: 'common,advisory-db,napalm'
labels: |
automerge-squash
env:
Expand Down