We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fe5bc commit 907f3f8Copy full SHA for 907f3f8
1 file changed
.github/dependabot.yml
@@ -19,10 +19,13 @@ updates:
19
opentelemetry:
20
patterns:
21
- '@opentelemetry/*'
22
+ remix:
23
+ patterns:
24
+ - '@remix-run/*'
25
versioning-strategy: increase
26
commit-message:
27
prefix: feat
28
prefix-development: feat
29
include: scope
30
exclude-paths:
- - 'dev-packages/e2e-tests/test-applications/'
31
+ - 'dev-packages/e2e-tests/test-applications/**'
0 commit comments