Skip to content

Commit

Permalink
test changes on local fork
Browse files Browse the repository at this point in the history
Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Jun 15, 2024
1 parent 6ebafac commit 2d72924
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"helpers:pinGitHubActionDigests"
],
// self-hosted configuration
"username": "cilium-renovate[bot]",
"repositories": ["cilium/cilium"],
"username": "private-renovate[bot]",
"repositories": ["aanm/cilium"],
// renovate first reads this configuration, then reads the repository
// configuration, since we don't split between the self-hosted and the
// repository configuration, this can lead to duplicate of some areas of the
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Renovate
on:
push:
branches:
- main
schedule:
# Running every hour every working day (Monday to Friday)
- cron: '0 * * * 1-5'
Expand Down

0 comments on commit 2d72924

Please sign in to comment.