Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"

schedule:
interval: "cron"
cronjob: "0 2 1 * *" # 02:00 on the 1st of every month
timezone: "Europe/Berlin"

open-pull-requests-limit: 5

groups:
github-actions:
patterns:
- "*"

commit-message:
prefix: "ci"
2 changes: 2 additions & 0 deletions .github/workflows/Build_RPS_AppKit-E8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ on:
branches: [main]
push:
branches: [main]
schedule:
- cron: '0 20 * * 0' # Runs at 20:00 on Sunday

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/Test_RPS_SSE-320-U85.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ on:
branches: [main]
push:
branches: [main]
schedule:
- cron: '0 20 * * 0' # Runs at 20:00 on Sunday

jobs:
CI:
Expand Down