0.4.4 • Published 10 months ago

@langri-sha/projen-renovate v0.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@langri-sha/projen-renovate

A projen component for authoring Renovate configurations.

Usage

npm install -D projen @langri-sha/projen-renovate

Add the Renovate configuration:

import { Project } from 'projen'
import { Renovate } from '@langri-sha/projen-renovate'

const project = new Project({
  name: 'test',
})

new Renovate(project, {
  addLabels: ['dependencies'],
})

project.synth()

See also

0.4.4

10 months ago

0.3.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.4.3

12 months ago

0.4.2

12 months ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago