Skip to content

Commit fb6e059

Browse files
authored
chore(dependabot): remove auto dev deps upgrade (#867)
1 parent 1dc2673 commit fb6e059

File tree

5 files changed

+0
-31
lines changed

5 files changed

+0
-31
lines changed

.gitattributes

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/dependabot.yml

-15
This file was deleted.

.gitignore

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/files.json

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

-13
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
*/
1313
import { ProjenStruct, Struct } from '@mrgrain/jsii-struct-builder';
1414
import { JsonPatch, awscdk, ReleasableCommits } from 'projen';
15-
import { DependabotScheduleInterval, VersioningStrategy } from 'projen/lib/github';
1615
import { NpmAccess } from 'projen/lib/javascript';
1716
import { buildUpgradeMainPRCustomJob } from './projenrc/github-jobs';
1817
import {
@@ -278,16 +277,4 @@ if (postCompile) {
278277
postCompile.exec('npx typedoc --plugin typedoc-plugin-markdown --out apidocs --readme none --categoryOrder "Namespaces,Classes,Interfaces,*" --disableSources ./src/index.ts');
279278
}
280279

281-
project.github?.addDependabot({
282-
versioningStrategy: VersioningStrategy.LOCKFILE_ONLY,
283-
ignoreProjen: false,
284-
scheduleInterval: DependabotScheduleInterval.WEEKLY,
285-
groups: {
286-
['dev-dependencies']: {
287-
patterns: ['*'],
288-
},
289-
},
290-
labels: ['auto-approve'],
291-
});
292-
293280
project.synth();

0 commit comments

Comments
 (0)