File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 55
66version : 2
77updates :
8-
9- # Maintain dependencies for go modules
108 - package-ecosystem : " gomod"
119 directory : " /"
1210 schedule :
@@ -15,10 +13,13 @@ updates:
1513 commit-message :
1614 prefix : " chore"
1715 include : " scope"
18- labels :
19- - " Type: Maintenance"
2016 allow :
2117 - dependency-name : " github.com/projectdiscovery/*"
18+ groups :
19+ modules :
20+ patterns : ["github.com/projectdiscovery/*"]
21+ labels :
22+ - " Type: Maintenance"
2223
2324# # Maintain dependencies for docker
2425# - package-ecosystem: "docker"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const banner = `
1818const ToolName = `dnsx`
1919
2020// version is the current version of dnsx
21- const version = `1.2.1 `
21+ const version = `1.2.2 `
2222
2323// showBanner is used to show the banner to the user
2424func showBanner () {
You can’t perform that action at this time.
0 commit comments