Skip to content

Commit 77e6c3d

Browse files
committed
Added dependabot config.
1 parent 9dde8c0 commit 77e6c3d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "gradle"
9+
directory: "/"
10+
schedule:
11+
interval: "daily"
12+
open-pull-requests-limit: 10

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- '.github/dependabot.yml'
79

810
env:
911
IMAGE: ghcr.io/${{ github.repository }}/kabal-smart-editor-api:${{ github.sha }}

0 commit comments

Comments
 (0)