Skip to content

Commit 4651629

Browse files
authored
chore(actions): label dependabot PRs (#525)
1 parent 50d0299 commit 4651629

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ project.github?.addDependabot({
248248
patterns: ['*'],
249249
},
250250
},
251+
labels: ['auto-approve']
251252
});
252253

253254
project.synth();

0 commit comments

Comments
 (0)