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 b10755a commit bb7de14Copy full SHA for bb7de14
.github/dependabot.yml
@@ -1,12 +1,23 @@
1
-# Docs: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
+# Docs: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
2
3
version: 2
4
updates:
5
- package-ecosystem: 'npm'
6
directory: '/website'
7
schedule:
8
interval: 'monthly'
9
+ groups:
10
+ major:
11
+ update-types: ['major']
12
+ minor-and-patch:
13
+ update-types: ['minor', 'patch']
14
+
15
- package-ecosystem: 'pip'
16
directory: '/'
17
18
19
20
21
22
23
0 commit comments