Skip to content

Commit d672949

Browse files
authored
Merge pull request #584 from mitre-attack/develop
Develop
2 parents 0ce8abf + 7b939b4 commit d672949

12 files changed

Lines changed: 1501 additions & 4425 deletions

File tree

.github/dependabot.yml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,39 @@
11
version: 2
22
updates:
33
- package-ecosystem: "npm"
4-
directory: "attack-search"
4+
directory: "/attack-search"
5+
schedule:
6+
interval: "monthly"
7+
target-branch: "develop"
8+
groups:
9+
npm-minor-and-patch:
10+
update-types:
11+
- "minor"
12+
- "patch"
13+
ignore:
14+
- dependency-name: "*"
15+
update-types:
16+
- "version-update:semver-major"
17+
18+
- package-ecosystem: "npm"
19+
directory: "/attack-style"
520
schedule:
621
interval: "weekly"
722
target-branch: "develop"
23+
groups:
24+
npm-minor-and-patch:
25+
update-types:
26+
- "minor"
27+
- "patch"
28+
groups:
29+
npm-minor-and-patch:
30+
update-types:
31+
- "minor"
32+
- "patch"
33+
ignore:
34+
- dependency-name: "*"
35+
update-types:
36+
- "version-update:semver-major"
837

938
- package-ecosystem: "pip"
1039
directory: "/"

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,5 @@ search_bundle.js
4343
node_modules/
4444

4545
attack-style/dist/
46-
attack-style/docs/
4746
attack-version-archives/
4847
tmp/

0 commit comments

Comments
 (0)