Skip to content

Commit e527132

Browse files
authored
ci: try to ignore src.gen by changing order
1 parent 0d3462a commit e527132

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
version: 2
88
updates:
9+
- package-ecosystem: 'npm'
10+
directory: './src.gen'
11+
target-branch: 'master'
12+
schedule:
13+
interval: 'monthly'
14+
ignore:
15+
- dependency-name: '*' # roundabout way to ignore this entire directory, see https://github.com/dependabot/dependabot-core/issues/4364#issuecomment-2002406602
916
- package-ecosystem: 'npm'
1017
directory: './' # Location of package manifests.
1118
target-branch: 'master' # Avoid updates to "staging".
@@ -25,13 +32,6 @@ updates:
2532
patterns:
2633
- '@smithy*'
2734
- 'smithy*'
28-
- package-ecosystem: 'npm'
29-
directory: './src.gen'
30-
target-branch: 'master'
31-
schedule:
32-
interval: 'monthly'
33-
ignore:
34-
- dependency-name: '*' # roundabout way to ignore this entire directory, see https://github.com/dependabot/dependabot-core/issues/4364#issuecomment-2002406602
3535
- package-ecosystem: 'github-actions'
3636
directory: './'
3737
target-branch: 'master' # Avoid updates to "staging".

0 commit comments

Comments
 (0)