File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ updates:
10
10
- package-ecosystem : " gomod"
11
11
directory : " v2/"
12
12
schedule :
13
- interval : " daily "
13
+ interval : " weekly "
14
14
target-branch : " dev"
15
15
commit-message :
16
16
prefix : " chore"
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ changelog:
3
3
authors :
4
4
- dependabot
5
5
categories :
6
- - title : 🎉 Features
6
+ - title : 🎉 New Features
7
7
labels :
8
8
- " Type: Enhancement"
9
- - title : 🐞 Bugs
9
+ - title : 🐞 Bug Fixes
10
10
labels :
11
11
- " Type: Bug"
12
12
- title : 🔨 Maintenance
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const banner = `
18
18
const ToolName = `subfinder`
19
19
20
20
// Version is the current version of subfinder
21
- const version = `v2.6.1 `
21
+ const version = `v2.6.2 `
22
22
23
23
// showBanner is used to show the banner to the user
24
24
func showBanner () {
You can’t perform that action at this time.
0 commit comments