Skip to content

Commit

Permalink
build: Enable automated Dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDavido authored Dec 20, 2023
2 parents 39924f6 + 631fac4 commit ae4a582
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
commit-message:
prefix: "build(github-actions)"
schedule:
interval: "monthly"
labels:
- "dependabot"

- package-ecosystem: "composer"
directory: "/"
commit-message:
prefix: "build(dependencies)"
schedule:
interval: "monthly"
labels:
- "dependabot"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-major" ]
- dependency-name: "php"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ext-json": "*",
"ext-spl": "*",
"ducks-project/spl-types": "^1.2",
"symfony/polyfill-mbstring": "^1.28",
"symfony/polyfill-mbstring": "^1.27",
"symfony/process": "^4.4",
"jeroen-g/lighthouse": "^0.2"
},
Expand Down

0 comments on commit ae4a582

Please sign in to comment.