Skip to content

Commit 83ad7db

Browse files
fix(tests): harden Pest infra - fail-fast on missing files, fix dependabot
- Throw RuntimeException when realpath/file_get_contents fails (previously silent continue hid unscanned files) - Fix Dependabot ecosystem from npm to composer - Remove committed .omc session artifacts, add .omc/ to .gitignore Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>
1 parent ebcca33 commit 83ad7db

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "npm"
3+
- package-ecosystem: "composer"
44
directory: "/"
55
schedule:
66
interval: "weekly"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@
2222

2323

2424
locales/po/*.mo
25+
.omc/

0 commit comments

Comments
 (0)