3.0.2 • Published 8 months ago

@azu/renovate-config v3.0.2

Weekly downloads
12
License
MIT
Repository
github
Last release
8 months ago

@azu/renovate-config Actions Status: test

Shareable config for Renovate

Setup

Enable Renovate in your repo and just extends in renovate.json.

Default preset

{
  "extends": ["@azu"]
}

Note: Don't necessary to do npm i -D @azu/renovate-config

Features

  • Auto merge patch and minor version
  • Support Node.js
  • It defined packages that require manually updates like TypeScript, Prettier, Linters
  • Prevent supply-chain attack by "stabilityDays": 7

Maintenance preset

{
  "extends": [
    "@azu:maintenance"
  ]
}

Features

Same features with Default preset. The only difference from default preset, It does not update major updates.

  • Add { major: { enabled: false }}

It aim to less create Pull Request by renovatebot.

References

License

MIT

3.0.2

8 months ago

3.0.1

8 months ago

3.0.0

1 year ago

2.2.1

1 year ago

2.2.0

1 year ago

2.3.2

1 year ago

2.3.1

1 year ago

2.1.0

2 years ago

2.0.0

2 years ago

1.2.8

3 years ago

1.3.0

3 years ago

1.2.7

3 years ago

1.2.5

3 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago