Skip to content

Commit 3f92e53

Browse files
committed
update
1 parent ac6c411 commit 3f92e53

3 files changed

Lines changed: 55 additions & 67 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ updates:
1616
open-pull-requests-limit: 5
1717
versioning-strategy: increase
1818
rebase-strategy: auto
19+
ignore:
20+
- dependency-name: phpunit/phpunit
21+
update-types:
22+
- version-update:semver-major
1923
- package-ecosystem: "github-actions"
2024
directory: "/"
2125
cooldown:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"require-dev": {
33-
"wp-coding-standards/wpcs": "^3.0",
33+
"wp-coding-standards/wpcs": "^3.4",
3434
"phpunit/phpunit": "^9"
3535
}
3636
}

composer.lock

Lines changed: 50 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)