Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate and activate digest pinning for GitHub Actions #64

Merged
merged 13 commits into from
Apr 25, 2023

Conversation

jmatsu
Copy link
Contributor

@jmatsu jmatsu commented Apr 25, 2023

Close #46

This PR also adds timeout and permissions blocks to all workflows.

@github-actions
Copy link

github-actions bot commented Apr 25, 2023

Test Results

2 files  2 suites   0s ⏱️
1 tests 1 ✔️ 0 💤 0
2 runs  2 ✔️ 0 💤 0

Results for commit e32cfcd.

♻️ This comment has been updated with latest results.

@jmatsu jmatsu marked this pull request as ready for review April 25, 2023 09:24
renovate.json Outdated
"pruneBranchAfterAutomerge": true,
"pruneStaleBranches": true,
"automergeStrategy": "merge-commit",
"labels": ["renovate-update"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add this label to PRs that renovate bot creates. This may be helpful.

renovate.json Outdated

"pruneBranchAfterAutomerge": true,
"pruneStaleBranches": true,
"automergeStrategy": "merge-commit",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only merge commit is allowed for automerge

renovate.json Outdated

"timezone": "Asia/Tokyo",

"prHourlyLimit": 0,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How many PRs including can be created per hour. 0 means infinite. Please note that # of open PRs will be limited by prConcurrentLimit.

https://docs.renovatebot.com/configuration-options/#prhourlylimit
https://docs.renovatebot.com/configuration-options/#prconcurrentlimit

Security PRs are not affected by this configuration.

renovate.json Outdated
@@ -1,13 +1,49 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
"github>whitesource/merge-confidence:beta"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visualize the dependency table. 👀

https://github.com/whitesource/merge-confidence

Copy link
Contributor

@RyuNen344 RyuNen344 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM〜〜〜〜〜 🚀 🚀 🚀 🚀 🚀 🚀

@jmatsu
Copy link
Contributor Author

jmatsu commented Apr 25, 2023

Thanks~

@jmatsu jmatsu merged commit 0d86d61 into main Apr 25, 2023
4 checks passed
@jmatsu jmatsu deleted the jmatsu/chore/configure_renovate branch April 25, 2023 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Build] Auto merge PRs that are created by Renovate (only minor or patch version up)
2 participants