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 }}