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 ba80072

Browse files
auto-update script
1 parent 2c57f6b commit ba80072

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

‎.github/update.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
# Maintain dependencies for GitHub Actions
9+
- package-ecosystem: "github-actions"
10+
directory: "/"
11+
schedule:
12+
interval: "daily"
13+
14+
- package-ecosystem: "pip" # See documentation for possible values
15+
directory: "/" # Location of package manifests
16+
schedule:
17+
interval: "daily"
18+
# Add labels on version updates
19+
labels:
20+
- "pip dependencies"
21+
22+
# Include a list of updated dependencies
23+
# with a prefix determined by the dependency group
24+
commit-message:
25+
prefix: "pip prod"
26+
prefix-development: "pip dev"
27+
include: "scope"

0 commit comments

Comments
(0)

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