-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pulumi.dev.yaml
68 lines (68 loc) · 2.11 KB
/
Pulumi.dev.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
encryptionsalt: v1:VQNwfBaxUMU=:v1:lrGEnMjjyHxzDTHK:N0BybejVYASPBcWj0QzMHlDHv5kP+w==
config:
github:owner: m0nsterrr
# default_branch_name: main
# used to push commit to a working branch instead of main
branch_name: automation-sync
# used when pulumi commit
author:
email: [email protected]
fullname: Ludovic Ortega
# used by code of conduct
contact_email: [email protected]
# used by funding
funding:
github: m0nsterrr
ko_fi: ludovicortega
# used by security
security_email: [email protected]
# app installation id
app_installation_ids:
renovatebot: "45460629"
dco: "38972756"
repositories:
- name: test-pulumi
title: Pulumi test repository
description: pulumi testing repository for https://github.com/M0NsTeRRR/.github
# documentation_url: "https://test.fr"
# homepage_url: "https://test.fr"
license: CECILL-2.1
# display logo in readme and upload it to /docs/assets
logo: unicornafk.svg
topics:
- pulumi
- pulumi-github
# generate readme
readme: true
# if it's a published package put the name here
package: "test-pulumi"
# generate issue/pr labels
label:
- default
# enable renovatebot
renovatebot:
# if you want to run renovatebot on certain schedule
# schedule: "before 9pm on friday"
# if you want to add template configs
configs: []
# custom file available in the repository to add to renovatebot config
additionnal_configs: []
# set repository language if there is one
language: python
versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
# enable devcontainer (documentation, renovatebot)
# devcontainer: true
# enable helm (documentation, renovatebot)
# helm: true
# enable docker (documentation, renovatebot)
# docker: true
# set workflow
workflow:
lint: false
test: false
changelog: true
# enable pages
# pages:
# branch: "gh-pages"
# path: "/docs"
# cname: test-pulumi.adminafk.fr