Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bd34321

Browse files
authored
Create dependabot.yml
Signed-off-by: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com>
1 parent 8a12fc9 commit bd34321

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

‎.github/dependabot.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
# `dependabot.yml` file with updates
7+
# disabled for Docker and limited for npm
8+
9+
version: 2
10+
updates:
11+
# Configuration for Dockerfile
12+
- package-ecosystem: "docker"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+
# Disable all pull requests for Docker dependencies
17+
open-pull-requests-limit: 0
18+
19+
# Configuration for npm
20+
- package-ecosystem: "npm"
21+
directory: "/"
22+
schedule:
23+
interval: "weekly"
24+
ignore:
25+
# Ignore updates to packages that start with 'aws'
26+
# Wildcards match zero or more arbitrary characters
27+
- dependency-name: "aws*"
28+
# Ignore some updates to the 'express' package
29+
- dependency-name: "express"
30+
# Ignore only new versions for 4.x and 5.x
31+
versions: ["4.x", "5.x"]
32+
# For all packages, ignore all patch updates
33+
- dependency-name: "*"
34+
update-types: ["version-update:semver-patch"]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /