Skip to content

Commit

Permalink
build: Provide Dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDavido committed Dec 22, 2023
1 parent d727538 commit 32f9740
Showing 1 changed file with 25 additions and 0 deletions.
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"

0 comments on commit 32f9740

Please sign in to comment.