Skip to content

Commit ba0eb4f

Browse files
fix(ci): Dependabot composer ecosystem, CodeQL PHP coverage
- Change Dependabot ecosystem from npm to composer (PHP-only repo) - Remove PHP from CodeQL paths-ignore so security PRs get analysis - Remove committed .omc session artifacts, add .omc/ to .gitignore Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>
1 parent 612c46d commit ba0eb4f

3 files changed

Lines changed: 2 additions & 3 deletions

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"

.github/workflows/codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on:
44
push:
55
branches: [main, master, develop]
66
paths-ignore:
7-
- "**/*.php"
87
- "**/*.md"
98
pull_request:
109
branches: [main, master, develop]
1110
paths-ignore:
12-
- "**/*.php"
1311
- "**/*.md"
1412
schedule:
1513
- cron: "30 1 * * 1"

.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)