We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a43949f + 18cc6b8 commit 3a1d158Copy full SHA for 3a1d158
3 files changed
.github/dependabot.yml
@@ -1,8 +1,20 @@
1
version: 2
2
+
3
updates:
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "monthly"
8
+ groups:
9
+ main:
10
+ patterns:
11
+ - "*"
12
+ commit-message:
13
+ prefix: "TECH Dependabot [github-actions] "
14
15
- package-ecosystem: "composer"
16
directory: "/"
17
schedule:
18
interval: "weekly"
19
commit-message:
- prefix: "TECH "
20
+ prefix: "TECH Dependabot [composer] "
.github/workflows/test.yml
@@ -1,6 +1,10 @@
-name: test
+name: Tests
-on: [push]
+on:
+ push:
+ branches:
+ - master
+ pull_request:
jobs:
test:
0 commit comments