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

[dependencies] add Renovate config #4236

Merged
merged 3 commits into from
Oct 10, 2023

Conversation

sunshowers
Copy link
Contributor

@sunshowers sunshowers commented Oct 10, 2023

  • Add configuration for automatically creating dependencies, and for pinning GitHub Actions digests
  • Add a post-upgrade script that runs cargo-hakari.

Things to check before we land this:

  • Make sure the Mend Renovate App isn't enabled for Omicron (Augustus verified this)

Depends on oxidecomputer/renovate-config#5.

See RFD 434 and #4166.

Created using spr 1.3.4
Created using spr 1.3.4
"extends": [
"local>oxidecomputer/renovate-config",
"local>oxidecomputer/renovate-config//rust/autocreate",
"local>oxidecomputer/renovate-config:post-upgrade",
Copy link
Collaborator

Choose a reason for hiding this comment

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

By using this "extends" statement, we automatically parse oxidecomputer/renovate-config#5 's post-upgrade.json and run the associated script? Or is there some other registration that's happening here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes -- it just fetches that JSON file and includes that in the config.

tools/renovate-post-upgrade.sh Outdated Show resolved Hide resolved
Created using spr 1.3.4
@sunshowers sunshowers enabled auto-merge (squash) October 10, 2023 19:06
Copy link
Collaborator

@smklein smklein left a comment

Choose a reason for hiding this comment

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

Looks great, thank you!

@sunshowers sunshowers merged commit 97ddc7d into main Oct 10, 2023
20 of 21 checks passed
@sunshowers sunshowers deleted the sunshowers/spr/dependencies-add-renovate-config branch October 10, 2023 20:12
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.

2 participants