Skip to content

Commit d40721b

Browse files
This pull request introduces a dependabot.yml configuration file to automate dependency updates within our repository. (#254)
* Created dependabot.yml Enabling Dependabot version updates. This will run the Dependabot daily to check the versions if any new released & accordingly creates a PR with the latest version as well. * Create dependabot.yml This pull request adds a dependabot.yml configuration to automate daily dependency updates using GitHub's Dependabot. By maintaining a current and secure set of dependencies, we aim to enhance security and stability in our project. * Update dependabot.yml removed npm dependencies check as it was not required --------- Co-authored-by: yashmeet29 <160218676+yashmeet29@users.noreply.github.com>
1 parent 811ef31 commit d40721b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
open-pull-requests-limit: 10
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "daily"
12+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)