guardian / security-hq

Centralised security information for AWS accounts
https://security-hq.gutools.co.uk/
12 stars 4 forks source link

Ignore some typescript and eslint bumps #1132

Closed tjsilver closed 3 months ago

tjsilver commented 3 months ago

What does this change?

Tells Dependabot to ignore version bumps for certain versions of typescript and eslint, so they don't get bumped and break the peer dep requirements of @guardian/eslint-config-typescript.

version = '10.0.1' peerDependencies = { eslint: '^8.56.0', tslib: '^2.6.2', typescript: '~5.3.3' }

What is the value of this?

Fewer Dependabot PRs that we have to fix manually, hopefully.

github-actions[bot] commented 3 months ago

Deploy build 2875 of security-hq to CODE

All deployment options - [Deploy build 2875 of `security-hq` to CODE](https://riffraff.gutools.co.uk/deployment/deployAgain?project=security-hq&build=2875&stage=CODE&updateStrategy=MostlyHarmless&action=deploy) - [Deploy parts of build 2875 to CODE by previewing it first](https://riffraff.gutools.co.uk/preview/yaml?project=security-hq&build=2875&stage=CODE&updateStrategy=MostlyHarmless) - [What's on CODE right now?](https://riffraff.gutools.co.uk/deployment/history?projectName=security-hq&stage=CODE)

From guardian/actions-riff-raff.