Skip to content

Commit 1036b6a

Browse files
Merge pull request #320 from sdcio/feature/dependabot-groups
add groups for dependabot
2 parents 110d9ad + d5d86e5 commit 1036b6a

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,22 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
1514
version: 2
1615
updates:
17-
- package-ecosystem: "github-actions"
16+
- package-ecosystem: "github-actions"
1817
directory: "/"
1918
schedule:
2019
interval: "weekly"
21-
- package-ecosystem: "gomod"
20+
groups:
21+
github-actions:
22+
patterns:
23+
- "*"
24+
25+
- package-ecosystem: "gomod"
2226
directory: "/"
2327
schedule:
24-
interval: "weekly"
28+
interval: "weekly"
29+
groups:
30+
go-dependencies:
31+
patterns:
32+
- "*"

0 commit comments

Comments
 (0)