Skip to content

Commit

Permalink
chore: schedule on weekends (#1029)
Browse files Browse the repository at this point in the history
* s3-client image draft (#1028)

* chore: schedule on weekends

* Update renovate.json

---------

Co-authored-by: Matéo Mévollon <38255502+matmut7@users.noreply.github.com>
Co-authored-by: Jo <jo@surikat.pro>
  • Loading branch information
3 people authored Jul 31, 2023
1 parent 9aef492 commit 4473f72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>SocialGouv/renovate-config"],
"stabilityDays": 3,
"minimumReleaseAge": 3,
"schedule": "every weekend",
"rebaseWhen": "conflicted",
"packageRules": [
{
"matchDatasources": ["docker", "github-tags", "github-releases", "repology"],
Expand Down
1 change: 0 additions & 1 deletion s3-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
unzip awscliv2.zip && \
./aws/install

# USER
USER 1001

0 comments on commit 4473f72

Please sign in to comment.