Staging
v0.5.1
https://github.com/python/cpython
Revision 697109bbf3929402b415304dddc386edc54b1b69 authored by John Losito on 23 October 2020, 21:06:13 UTC, committed by GitHub on 23 October 2020, 21:06:13 UTC


Let Dependabot update GitHub Actions dependency once a month.

Here's reference to the dependabot configs.

https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot
1 parent 8d3d731
Raw File
Tip revision: 697109bbf3929402b415304dddc386edc54b1b69 authored by John Losito on 23 October 2020, 21:06:13 UTC
Allow dependabot to check GitHub actions monthly (GH-22787)
Tip revision: 697109b
python-wing3.wpr
#!wing
#!version=3.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'Lib/__pycache__'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top