diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e3d8b0e --- /dev/null +++ b/.github/dependabot.yml @@ -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" diff --git a/.github/workflows/Build_RPS_AppKit-E8.yml b/.github/workflows/Build_RPS_AppKit-E8.yml index 170a74b..b3b3d08 100644 --- a/.github/workflows/Build_RPS_AppKit-E8.yml +++ b/.github/workflows/Build_RPS_AppKit-E8.yml @@ -21,6 +21,8 @@ on: branches: [main] push: branches: [main] + schedule: + - cron: '0 20 * * 0' # Runs at 20:00 on Sunday permissions: contents: read diff --git a/.github/workflows/Test_RPS_SSE-320-U85.yml b/.github/workflows/Test_RPS_SSE-320-U85.yml index 736c4e6..26b0008 100644 --- a/.github/workflows/Test_RPS_SSE-320-U85.yml +++ b/.github/workflows/Test_RPS_SSE-320-U85.yml @@ -21,6 +21,8 @@ on: branches: [main] push: branches: [main] + schedule: + - cron: '0 20 * * 0' # Runs at 20:00 on Sunday jobs: CI: