Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 7c9e224

Browse files
authored
Build: [AEA-0000] - Fix dependabot (#19)
* Fix dependabot * Rename files, update test * Remove accidentally committed file
1 parent fe04180 commit 7c9e224

11 files changed

Lines changed: 15 additions & 31 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ updates:
1717
# python #########################
1818
###################################
1919
- package-ecosystem: "pip"
20-
directory: "/"
20+
directory: "/tests/no-issues/"
2121
schedule:
2222
interval: "daily"
2323
versioning-strategy: increase
@@ -28,7 +28,7 @@ updates:
2828
# nodejs #########################
2929
###################################
3030
- package-ecosystem: "npm"
31-
directory: "/"
31+
directory: "/tests/no-issues/"
3232
schedule:
3333
interval: "daily"
3434
versioning-strategy: increase

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
.PHONY: install build test publish release clean submodule_update
1+
.PHONY: install build test publish release submodule_update
22

33
test:
44
bats test/test.bats
55

66
lint:
77
shellcheck *.sh
8+
9+
clean:
10+
find test -type d -name 'node_modules' -exec rm -rf {} \;
11+
find test -type f -name 'sbom*' -exec rm -f {} \;
12+
find test -type f -name '.tool-versions' -exec rm -f {} \;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)