FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
xapi/.github/dependabot.yml at develop · xdev-software/xapi · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
xdev-software
/
xapi
Public archive
Notifications
You must be signed in to change notification settings
Fork
0
Star
22
Code
Issues
0
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
xapi
/
.github
/
dependabot.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (22 loc) · 673 Bytes
Breadcrumbs
xapi
/
.github
/
dependabot.yml
Copy path
File metadata and controls
22 lines (22 loc) · 673 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version
:
2
updates
:
-
package-ecosystem
:
github-actions
directory
:
"
/
"
schedule
:
interval
:
daily
#
Run it at a specific time so that we don't get emails all day long
time
:
"
00:00
"
open-pull-requests-limit
:
10
ignore
:
-
dependency-name
:
"
*
"
#
GitHub actions are using git tags (v1 = v1.2 = v1.2.3) which should be compatible until a major change is performed
update-types
:
-
"
version-update:semver-minor
"
-
"
version-update:semver-patch
"
-
package-ecosystem
:
maven
directory
:
"
/
"
schedule
:
interval
:
daily
#
Run it at a specific time so that we don't get emails all day long
time
:
"
00:00
"
open-pull-requests-limit
:
10
Back
|
FazBrowse Home
|
New Git URL