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

Diff for: .github/dependabot.yml

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

Diff for: .projenrc.ts

+1
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)