File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ updates:
1010 - package-ecosystem : " gomod"
1111 directory : " v2/"
1212 schedule :
13- interval : " daily "
13+ interval : " weekly "
1414 target-branch : " dev"
1515 commit-message :
1616 prefix : " chore"
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ changelog:
33 authors :
44 - dependabot
55 categories :
6- - title : 🎉 Features
6+ - title : 🎉 New Features
77 labels :
88 - " Type: Enhancement"
9- - title : 🐞 Bugs
9+ - title : 🐞 Bug Fixes
1010 labels :
1111 - " Type: Bug"
1212 - title : 🔨 Maintenance
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const banner = `
1818const ToolName = `subfinder`
1919
2020// Version is the current version of subfinder
21- const version = `v2.6.1 `
21+ const version = `v2.6.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