Mercurial > p > roundup > code
annotate .github/dependabot.yml @ 7971:fe0348bbe45b
issue2551353 - Add roundup-classhelper for 2.4.0 release
Changes to the classic template are not done yet. Still testing.
This commit has document updates and changes to rest.py.
rest.py:
add /rest/data/user/role endpoint to core so the user doesn't have
to add the /rest/roles endpoint via interfaces.py. It will only send
roles for a user with Admin role and there is no way to override
this currently.
acknowledgements.txt:
Added members of team3 to other contributors. Specified for all
other contributes what they worked on.
upgrading.txt:
added classhelper section and basic template change
directions. Linked to admin_guide for full directions.
admin_guide.txt:
documented install, translation, troubleshooting, config etc.
user_guide.txt:
added section on using the classhelper. Added reference to section
earlier in the doc. Added image for section.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 21 May 2024 01:17:28 -0400 |
| parents | 93e4ec305ed8 |
| children |
| rev | line source |
|---|---|
|
7118
00a47d4addc9
Add dependabot dependency scans
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
1 # To get started with Dependabot version updates, you'll need to |
|
00a47d4addc9
Add dependabot dependency scans
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
2 # specify which |
|
00a47d4addc9
Add dependabot dependency scans
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
3 # package ecosystems to update and where the package manifests are |
|
00a47d4addc9
Add dependabot dependency scans
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
4 # located. |
|
00a47d4addc9
Add dependabot dependency scans
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
5 # Please see the documentation for all configuration options: |
|
00a47d4addc9
Add dependabot dependency scans
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
6 # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates |
|
00a47d4addc9
Add dependabot dependency scans
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
7 |
|
00a47d4addc9
Add dependabot dependency scans
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
8 version: 2 |
|
00a47d4addc9
Add dependabot dependency scans
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
9 updates: |
|
00a47d4addc9
Add dependabot dependency scans
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
10 - package-ecosystem: "pip" |
|
00a47d4addc9
Add dependabot dependency scans
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
11 directory: "/" # Location of package manifests |
|
00a47d4addc9
Add dependabot dependency scans
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
12 schedule: |
|
00a47d4addc9
Add dependabot dependency scans
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
13 interval: "weekly" |
|
7142
b486a5848cea
add dependabot to github actions as well.
John Rouillard <rouilj@ieee.org>
parents:
7118
diff
changeset
|
14 |
|
b486a5848cea
add dependabot to github actions as well.
John Rouillard <rouilj@ieee.org>
parents:
7118
diff
changeset
|
15 - package-ecosystem: "github-actions" |
|
b486a5848cea
add dependabot to github actions as well.
John Rouillard <rouilj@ieee.org>
parents:
7118
diff
changeset
|
16 # Workflow files stored in the |
|
b486a5848cea
add dependabot to github actions as well.
John Rouillard <rouilj@ieee.org>
parents:
7118
diff
changeset
|
17 # default location of `.github/workflows` |
|
b486a5848cea
add dependabot to github actions as well.
John Rouillard <rouilj@ieee.org>
parents:
7118
diff
changeset
|
18 directory: "/" |
|
b486a5848cea
add dependabot to github actions as well.
John Rouillard <rouilj@ieee.org>
parents:
7118
diff
changeset
|
19 schedule: |
|
b486a5848cea
add dependabot to github actions as well.
John Rouillard <rouilj@ieee.org>
parents:
7118
diff
changeset
|
20 interval: "weekly" |
|
7516
93e4ec305ed8
Disable dependabot for docker.
John Rouillard <rouilj@ieee.org>
parents:
7152
diff
changeset
|
21 # - package-ecosystem: "docker" |
|
93e4ec305ed8
Disable dependabot for docker.
John Rouillard <rouilj@ieee.org>
parents:
7152
diff
changeset
|
22 # directory: "/scripts/Docker" |
|
93e4ec305ed8
Disable dependabot for docker.
John Rouillard <rouilj@ieee.org>
parents:
7152
diff
changeset
|
23 # target-branch: "master" |
|
93e4ec305ed8
Disable dependabot for docker.
John Rouillard <rouilj@ieee.org>
parents:
7152
diff
changeset
|
24 # schedule: |
|
93e4ec305ed8
Disable dependabot for docker.
John Rouillard <rouilj@ieee.org>
parents:
7152
diff
changeset
|
25 # interval: "weekly" |
