Movatterモバイル変換


[0]ホーム

URL:


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
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commitac437f1

Browse files
author
staticdev
committed
Add dependabot
1 parentf615b83 commitac437f1

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

‎.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version:2
2+
updates:
3+
-package-ecosystem:github-actions
4+
directory:"/"
5+
schedule:
6+
interval:daily
7+
-package-ecosystem:pip
8+
directory:"/.github/workflows"
9+
schedule:
10+
interval:daily
11+
-package-ecosystem:pip
12+
directory:"/docs"
13+
schedule:
14+
interval:daily
15+
-package-ecosystem:pip
16+
directory:"/"
17+
schedule:
18+
interval:daily

‎pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
2-
name ="github4"
2+
name ="github4.py"
33
version ="1.4.0"
44
description ="Python wrapper for the GitHub API"
55
authors = ["Thiago Carvalho D'Ávila <thiagocavila@gmail.com>"]
66
license ="MIT"
77
readme ="README.rst"
88
homepage ="https://github.com/staticdev/github4.py"
99
repository ="https://github.com/staticdev/github4.py"
10-
documentation ="https://github4.py.readthedocs.io"
10+
documentation ="https://github4.readthedocs.io"
1111
classifiers = [
1212
"Intended Audience :: Developers",
1313
"Programming Language :: Python",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp