Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ updates:
- "drupal/core*"
schedule:
interval: daily
time: "06:00"
time: "16:00"
timezone: "Australia/Sydney"
open-pull-requests-limit: 50
open-pull-requests-limit: 30
target-branch: 4.x-develop
reviewers:
- pandaskii
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bin/*
reports

# Composer vendor
composer.lock

vendor/
vendor/.git

Expand Down Expand Up @@ -53,4 +53,4 @@ nbproject/*
.LSOverride

# .lock files
*.lock

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ More documents can be found in:

## Troubleshooting and Contributing

If you're encountering some
oddities, [here's a list of resolutions](https://github.com/GovCMS/GovCMS/wiki/1.4-Troubleshooting) to some of the problems
If you're encountering some oddities,
[here's a list of resolutions](https://github.com/GovCMS/GovCMS/wiki/1.4-Troubleshooting) to some of the problems
you may be experiencing.

### Contributing to GovCMS
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"drupal/admin_toolbar": "3.6.2",
"drupal/anchor_link": "3.0.4",
"drupal/bigmenu": "2.1.0",
"drupal/book": "3.0.0",
"drupal/book": "3.0.1",
"drupal/captcha": "2.0.10",
"drupal/chosen": "5.0.3",
"drupal/components": "3.2.0",
Expand All @@ -36,8 +36,8 @@
"drupal/consumers": "1.24.0",
"drupal/contact_storage": "1.5.0",
"drupal/context": "5.0.0-rc2",
"drupal/core-composer-scaffold": "11.3.2",
"drupal/core-recommended": "11.3.2",
"drupal/core-composer-scaffold": "11.3.5",
"drupal/core-recommended": "11.3.5",
"drupal/crop": "2.6.0",
"drupal/ctools": "4.1.0",
"drupal/devel": "5.5.0",
Expand Down Expand Up @@ -123,7 +123,7 @@
"govcms-assets/chosen": "3.0.1",
"govcms-assets/dropzone": "5.9.3",
"oomphinc/composer-installers-extender": "^2.0",
"simplesamlphp/simplesamlphp": "2.5.0-rc5",
"simplesamlphp/simplesamlphp": "2.5.0",
"webflo/drupal-finder": "^1.2"
},
"require-dev": {
Expand Down