From 11e3dcfeebb2753ff283fc6b8e33ed2ad18031c6 Mon Sep 17 00:00:00 2001 From: undefined Date: Fri, 22 Mar 2024 20:00:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20file(s)=20with=20Rakamb?= =?UTF-8?q?daOrg/rakambda-github-files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 14 +++++++------- .github/renovate.json | 2 +- .github/workflows/auto-aprove-sync-files.yml | 2 -- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 46046a8..d55fe40 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,7 @@ updates: assignees: - "Rakambda" schedule: - interval: "daily" + interval: "weekly" time: "05:00" timezone: "Europe/Paris" pull-request-branch-name: @@ -29,7 +29,7 @@ updates: # assignees: # - "Rakambda" # schedule: -# interval: "daily" +# interval: "weekly" # time: "05:00" # timezone: "Europe/Paris" # pull-request-branch-name: @@ -39,7 +39,7 @@ updates: assignees: - "Rakambda" schedule: - interval: "daily" + interval: "weekly" time: "05:00" timezone: "Europe/Paris" pull-request-branch-name: @@ -51,7 +51,7 @@ updates: assignees: - "Rakambda" schedule: - interval: "daily" + interval: "weekly" time: "05:00" timezone: "Europe/Paris" pull-request-branch-name: @@ -61,7 +61,7 @@ updates: assignees: - "Rakambda" schedule: - interval: "daily" + interval: "weekly" time: "05:00" timezone: "Europe/Paris" pull-request-branch-name: @@ -71,7 +71,7 @@ updates: assignees: - "Rakambda" schedule: - interval: "daily" + interval: "weekly" time: "05:00" timezone: "Europe/Paris" pull-request-branch-name: @@ -81,7 +81,7 @@ updates: assignees: - "Rakambda" schedule: - interval: "daily" + interval: "weekly" time: "05:00" timezone: "Europe/Paris" pull-request-branch-name: diff --git a/.github/renovate.json b/.github/renovate.json index a6d8ae1..4febc5b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -13,5 +13,5 @@ ".github/workflows/auto-approve-sync-files.yml" ], "timezone": "Europe/Paris", - "schedule": ["before 5am"] + "schedule": ["on saturday"] } diff --git a/.github/workflows/auto-aprove-sync-files.yml b/.github/workflows/auto-aprove-sync-files.yml index b0de81a..96cc903 100644 --- a/.github/workflows/auto-aprove-sync-files.yml +++ b/.github/workflows/auto-aprove-sync-files.yml @@ -5,7 +5,5 @@ on: jobs: auto-approve-synced-files: uses: RakambdaOrg/rakambda-github-workflows/.github/workflows/approve-sync-files.yml@main - with: - runs-on: self-hosted secrets: sync-token: ${{ secrets.SYNC_TOKEN }}