Skip to content

Commit f25e658

Browse files
authored
chore: give dependabot a deeper path (#106)
Dependabot is complaining it can't find any package version files. This is the same directory we had in the old repository, so try putting this back and see if that helps. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 104ca7f commit f25e658

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/dependabot.yml

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

.projenrc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ new pj.YamlFile(repo, '.github/dependabot.yml', {
12441244
version: 2,
12451245
updates: ['pip', 'maven', 'nuget'].map((pkgEco) => ({
12461246
'package-ecosystem': pkgEco,
1247-
'directory': '/',
1247+
'directory': '/packages/aws-cdk/lib/init-templates',
12481248
'schedule': { interval: 'weekly' },
12491249
'labels': ['auto-approve'],
12501250
'open-pull-requests-limit': 5,

0 commit comments

Comments
 (0)