Skip to content

Commit

Permalink
Merge pull request #1 from mention-me/feature-support-for-disabled-fi…
Browse files Browse the repository at this point in the history
…elds

Feature support for disabled fields
  • Loading branch information
edhgoose authored Oct 29, 2021
2 parents 2dad4f6 + b1d0f5a commit 1f3331f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 52 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: monday
time: "12:00"
timezone: Europe/London
labels:
- dependencies
- github_actions
target-branch: "master"

- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
day: monday
time: "12:00"
timezone: Europe/London
# Assignees can't be a team unfortunately
reviewers:
- "mention-me/backend"
labels:
- dependencies
- composer
target-branch: "master"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"psr-4": { "Limenius\\LiformBundle\\": "" }
},
"require": {
"mention-me/liform": "^0.14.0"
"mention-me/liform": "^0.15.0"
},
"repositories": {
"mention-me/liform": {
Expand Down
60 changes: 9 additions & 51 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f3331f

Please sign in to comment.