thejustinwalsh / textproto-grammar

Syntax Highlighting for the Protocol Buffer Text Format
https://marketplace.visualstudio.com/items?itemName=thejustinwalsh.textproto-grammer
MIT License
14 stars 2 forks source link

feat: roll up several quality of life updates #9

Closed marcusrbrown closed 1 year ago

marcusrbrown commented 1 year ago

The textproto-grammar extension hasn't seen updates in a while. This PR aims to bring the project up to date (and improve DX) with the following tasks:

I opted for Renovate over GitHub's native Dependabot as I'm more familiar with it, and it can also handle security fixes in response to GitHub's dependency scans.

marcusrbrown commented 1 year ago

@thejustinwalsh This one should be good to go. The Renovate config is inactive because I wanted to get your input on noise level (what types of PRs do you want to be opened for approval vs. auto-merge). The action used in the renovate workflow requires a PAT with at least the public:repo scope, but action updates require particular scopes and possibly security considerations. I can raise those details in a separate issue.

Let me know if there's anything that needs to be modified in this PR. ✌🏽

thejustinwalsh commented 1 year ago

I can raise those details in a separate issue.

Thanks! Still very new to renovate, but down with the cause!