Skip to content

Commit

Permalink
chore(dependabot): remove auto dev deps upgrade (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
krokoko authored Dec 31, 2024
1 parent 1dc2673 commit fb6e059
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 31 deletions.
1 change: 0 additions & 1 deletion .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions .github/dependabot.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .projen/files.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*/
import { ProjenStruct, Struct } from '@mrgrain/jsii-struct-builder';
import { JsonPatch, awscdk, ReleasableCommits } from 'projen';
import { DependabotScheduleInterval, VersioningStrategy } from 'projen/lib/github';
import { NpmAccess } from 'projen/lib/javascript';
import { buildUpgradeMainPRCustomJob } from './projenrc/github-jobs';
import {
Expand Down Expand Up @@ -278,16 +277,4 @@ if (postCompile) {
postCompile.exec('npx typedoc --plugin typedoc-plugin-markdown --out apidocs --readme none --categoryOrder "Namespaces,Classes,Interfaces,*" --disableSources ./src/index.ts');
}

project.github?.addDependabot({
versioningStrategy: VersioningStrategy.LOCKFILE_ONLY,
ignoreProjen: false,
scheduleInterval: DependabotScheduleInterval.WEEKLY,
groups: {
['dev-dependencies']: {
patterns: ['*'],
},
},
labels: ['auto-approve'],
});

project.synth();

0 comments on commit fb6e059

Please sign in to comment.