We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d90ec commit e329d45Copy full SHA for e329d45
.github/dependabot.yml
@@ -0,0 +1,22 @@
1
+# Please see the documentation for all configuration options:
2
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
+
4
+version: 2
5
+updates:
6
+ - package-ecosystem: 'composer'
7
+ directories:
8
+ - '/'
9
+ schedule:
10
+ interval: 'daily'
11
+ open-pull-requests-limit: 10
12
13
+ - package-ecosystem: 'github-actions'
14
+ directory: '/'
15
16
17
18
+ ignore:
19
+ - dependency-name: '*'
20
+ update-types:
21
+ - 'version-update:semver-minor'
22
+ - 'version-update:semver-patch'
0 commit comments