Skip to content

Commit 3a06489

Browse files
authored
build(deps): bump the dependencies group with 12 updates and ignore quick-xml update (s3s-project#463)
* build(deps): bump the dependencies group with 12 updates and ignore `quick-xml` update * add ignore `quick-xml`
1 parent 3cdb3fe commit 3a06489

File tree

8 files changed

+140
-150
lines changed

8 files changed

+140
-150
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "monthly"
12+
ignore:
13+
- dependency-name: "quick-xml"
14+
versions: [ "0.38.x","0.39.x" ]
1215
groups:
1316
dependencies:
1417
patterns:
1518
- "*"
16-
19+
1720
- package-ecosystem: "github-actions"
1821
directory: "/"
1922
schedule:

0 commit comments

Comments
 (0)